1. 09 1月, 2016 3 次提交
  2. 10 10月, 2015 1 次提交
  3. 05 10月, 2015 2 次提交
  4. 06 9月, 2015 1 次提交
  5. 28 8月, 2015 1 次提交
  6. 12 8月, 2015 1 次提交
  7. 11 8月, 2015 1 次提交
  8. 04 8月, 2015 1 次提交
  9. 29 7月, 2015 1 次提交
  10. 16 7月, 2015 1 次提交
  11. 11 7月, 2015 1 次提交
  12. 08 7月, 2015 2 次提交
  13. 07 7月, 2015 1 次提交
  14. 28 6月, 2015 1 次提交
  15. 27 6月, 2015 2 次提交
  16. 21 6月, 2015 1 次提交
  17. 19 6月, 2015 2 次提交
  18. 14 6月, 2015 1 次提交
    • D
      Refactor: Use thread-locked goroutine for ptrace ops · e4fc5e32
      Derek Parker 提交于
      Previously either the terminal client or the debugger service would
      either lock main goroutine to a thread or provide a locked goroutine to
      run _all_ DebuggedProcess functions in. This is unnecessary because only
      ptrace functions need to be run from the same thread that originated the
      PT_ATTACH request.
      
      Here we use a specific thread-locked goroutine to service any ptrace
      request. That goroutine is also responsible for the initial spawning /
      attaching of the process, since it must be responsible for the PT_ATTACH
      request.
      e4fc5e32
  19. 13 6月, 2015 3 次提交
  20. 28 5月, 2015 1 次提交
  21. 09 5月, 2015 2 次提交
  22. 05 5月, 2015 1 次提交
  23. 02 5月, 2015 2 次提交
  24. 26 4月, 2015 3 次提交
  25. 23 4月, 2015 1 次提交
  26. 14 4月, 2015 1 次提交
  27. 09 4月, 2015 1 次提交
  28. 04 4月, 2015 1 次提交