1. 13 9月, 2016 1 次提交
  2. 07 9月, 2016 2 次提交
  3. 01 9月, 2016 1 次提交
  4. 12 8月, 2016 1 次提交
  5. 05 8月, 2016 1 次提交
  6. 22 7月, 2016 1 次提交
    • D
      proc: Fix stepping into runtime.duff* (#575) · 218c2b95
      dr2chase 提交于
      Detect calls that do not target a function's entrypoint
      (i.e, calls to runtime.duffzero and runtime.duffcopy) and
      instead step into them directly.  StepInto sets a breakpoint
      past the called function's prologue and expects that continue
      will hit that breakpoint, but because the call is into the
      interior of the function (well past the prologue) this fails.
      
      Fixes #573
      218c2b95
  7. 21 7月, 2016 1 次提交
  8. 08 7月, 2016 2 次提交
  9. 06 7月, 2016 2 次提交
  10. 03 7月, 2016 1 次提交
  11. 02 7月, 2016 1 次提交
    • A
      Replaced net/rpc with custom version · 80336e57
      aarzilli 提交于
      This version preserves the order of requests, allows the
      client to switch between API versions and introduces a
      way to send notifications to the client (see TODO item at:
      proc/proc_linux.go:325).
      
      Fixes #523, #571
      80336e57
  12. 30 6月, 2016 1 次提交
    • A
      proc: detect when Launching non-executable files · 51c39ed1
      aarzilli 提交于
      This provides a better error message when the user tries to run dlv
      debug on a directory that does not contain a main package, when `dlv
      exec` is used with a source file.
      
      Additionally the architecture of the executable is checked as suggested
      by @alexbrainman in #443.
      
      Fixes #509
      51c39ed1
  13. 25 6月, 2016 5 次提交
  14. 22 6月, 2016 1 次提交
  15. 21 6月, 2016 1 次提交
  16. 08 6月, 2016 1 次提交
  17. 30 5月, 2016 5 次提交
  18. 26 5月, 2016 1 次提交
  19. 21 5月, 2016 4 次提交
  20. 18 5月, 2016 4 次提交
  21. 16 5月, 2016 1 次提交
  22. 14 5月, 2016 1 次提交
  23. 13 5月, 2016 1 次提交