1. 23 10月, 2016 1 次提交
  2. 25 6月, 2016 3 次提交
  3. 21 6月, 2016 1 次提交
  4. 21 5月, 2016 1 次提交
  5. 30 4月, 2016 1 次提交
    • A
      docs: Documentation for command line frontend (#518) · 82ece547
      Alessandro Arzilli 提交于
      * documentation: copied old documentation from wiki
      
      * command: better online documentation
      
      Help without arguments prints just a short summary for each command,
      help followed by a command prints the command's syntax and a longer
      explanation.
      
      * documentation: automatically generate Documentation/cli/README.md
      82ece547
  6. 25 4月, 2016 3 次提交
    • A
      terminal,service: auto-continue during next and step (#448) · c4e01da5
      Alessandro Arzilli 提交于
      * proc: bugfix: StepInto can not function when temp bps exist
      
      * terminal,service: auto-continue during next and step
      
      Make dlv call continue automatically when a breakpoint is hit on a
      different goroutine during a next or step operation.
      Added API hooks to implement the other solution to this problem (cancel
      the next/step operation if a different breakpoint is hit).
      
      Fixes #387
      c4e01da5
    • A
      service: Make Halt work during tracing (#469) · 7820921b
      Alessandro Arzilli 提交于
      While tracing delve may spend most of its time outside of
      proc.(*Process).Continue, which renders
      service/rpc/client.(*Client).Halt ineffective.
      This commit changes the implementation of
      service/rpc/client.(*Client).Halt to make it capable of stopping traces.
      7820921b
    • A
      proc: Improvements to Variable printing (#444) · 473b6638
      Alessandro Arzilli 提交于
      * service/api: Removed unused fields of service/api.Function
      
      * proc/eval: Set return variable name to input expression
      
      * all: fine-grained control of loadValue for better variable printing
      
      Makes proc.(*Variable).loadValue loading parameters configurable
      through one extra argument of type LoadConfig.
      This interface is also exposed through the API so clients can control
      how much of a variable delve should read.
      473b6638
  7. 21 4月, 2016 1 次提交
  8. 07 4月, 2016 1 次提交
    • W
      terminal: show message if there are no vars/locals/args · e60942a3
      Wesley Merkel 提交于
      When the vars, locals, or args commands return no results, nothing is
      
      printed out to the terminal. This commit makes these commands print a
      
      message like `(no locals)` when there is nothing to show. This feedback
      
      is more descriptive of what is being returned than an empty string.
      e60942a3
  9. 24 3月, 2016 1 次提交
  10. 18 3月, 2016 1 次提交
  11. 09 3月, 2016 1 次提交
  12. 28 2月, 2016 2 次提交
  13. 25 2月, 2016 1 次提交
  14. 17 2月, 2016 1 次提交
  15. 12 2月, 2016 2 次提交
  16. 11 2月, 2016 1 次提交
    • A
      proc: bugs setting next breakpoints · b370e20c
      aarzilli 提交于
      1. A running goroutine is by definition not parked waiting for a
      chan recv
      2. The FDE end address is intended to be exclusive, the code
      interpreted as inclusive and sometimes ended up setting a breakpoint
      on a function other than the current one.
      b370e20c
  17. 01 2月, 2016 1 次提交
  18. 29 1月, 2016 1 次提交
  19. 25 1月, 2016 1 次提交
  20. 19 1月, 2016 1 次提交
  21. 10 1月, 2016 1 次提交
  22. 09 1月, 2016 1 次提交
  23. 28 12月, 2015 1 次提交
  24. 15 12月, 2015 1 次提交
  25. 04 11月, 2015 1 次提交
  26. 29 10月, 2015 1 次提交
  27. 28 10月, 2015 1 次提交
  28. 19 10月, 2015 2 次提交
  29. 10 10月, 2015 1 次提交
  30. 05 10月, 2015 4 次提交