1. 10 10月, 2015 1 次提交
  2. 09 10月, 2015 2 次提交
  3. 07 10月, 2015 6 次提交
  4. 05 10月, 2015 9 次提交
  5. 03 10月, 2015 1 次提交
  6. 02 10月, 2015 1 次提交
    • A
      proc/variables: chanRecvReturnAddress uses outdated frame info · d30221da
      aarzilli 提交于
      g.SP refers to the frame the goroutine was in the last time it was
      scheduled out. Instead of calling proc.(*Process).stacktrace directly
      we should call proc.(*Process).GoroutineStacktrace that substitutes
      fresh values retrieved from thread registers when necessary.
      This bug leads to occasional problems with `next`.
      d30221da
  7. 01 10月, 2015 3 次提交
  8. 30 9月, 2015 4 次提交
  9. 29 9月, 2015 3 次提交
  10. 28 9月, 2015 1 次提交
  11. 27 9月, 2015 4 次提交
  12. 26 9月, 2015 1 次提交
    • D
      build: Always pass ldflags to builds on OSX · c91ca831
      Derek Parker 提交于
      Previously, 'ldflags' were added to the compiler invocation based on the
      version of Go the user was running. It seems to make more sense to
      simply always pass along the flags on Darwin (due to the bug mentioned
      in the comment above this line in the diff) as that is less brittle than
      branching on the Go version, and yet will not break current users /
      developers work flow.
      c91ca831
  13. 21 9月, 2015 1 次提交
    • A
      Refactor: use FindGoroutine · 5ba04353
      aarzilli 提交于
      Use proc.(*Process).FindGoroutine in proc.(*Process).SwitchGoroutine and
      debugger.(*Debugger).Stacktrace. That method did not exist when those
      were originally written.
      5ba04353
  14. 20 9月, 2015 3 次提交