1. 19 10月, 2015 1 次提交
    • A
      terminal,proc: Improved goroutine printing · cb529eaf
      aarzilli 提交于
      Three locations are returned for goroutines: its current location,
      its current location excluding unexported runtime functions and
      the location of its go instruction.
      The command 'goroutines' takes a new parameter to select which
      location to print (defaulting to current location w/o runtime)
      cb529eaf
  2. 07 10月, 2015 3 次提交
  3. 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
  4. 30 9月, 2015 1 次提交
  5. 29 9月, 2015 3 次提交
  6. 28 9月, 2015 1 次提交
  7. 20 9月, 2015 1 次提交
  8. 18 9月, 2015 2 次提交
  9. 17 9月, 2015 1 次提交
  10. 06 9月, 2015 1 次提交
  11. 10 8月, 2015 2 次提交
  12. 02 8月, 2015 1 次提交
  13. 30 7月, 2015 1 次提交
  14. 28 7月, 2015 1 次提交
  15. 13 7月, 2015 1 次提交
    • D
      Implement 'trace' subcommand · 3cee10d8
      Derek Parker 提交于
      Allows a user to execute `dlv trace [regexp]` and Delve will execute the
      program and output information on functions matching [regexp].
      3cee10d8
  16. 21 6月, 2015 2 次提交
  17. 13 6月, 2015 4 次提交
  18. 12 6月, 2015 1 次提交
  19. 28 5月, 2015 1 次提交
  20. 10 5月, 2015 2 次提交
  21. 09 5月, 2015 1 次提交
  22. 07 5月, 2015 1 次提交
  23. 05 5月, 2015 1 次提交
  24. 04 5月, 2015 1 次提交
  25. 02 5月, 2015 1 次提交
  26. 30 4月, 2015 1 次提交
  27. 23 4月, 2015 2 次提交
  28. 20 4月, 2015 1 次提交