1. 14 9月, 2015 1 次提交
  2. 11 9月, 2015 2 次提交
  3. 06 9月, 2015 1 次提交
  4. 22 8月, 2015 1 次提交
  5. 20 8月, 2015 1 次提交
  6. 17 8月, 2015 2 次提交
  7. 14 8月, 2015 2 次提交
  8. 11 8月, 2015 1 次提交
    • D
      Promote info subcommands · 8aa73bcf
      Derek Parker 提交于
      There's no reason to hang a bunch of commands off of the `info` command.
      Promoted all commands to be top level.
      8aa73bcf
  9. 09 8月, 2015 1 次提交
    • A
      Improve commands which take a location spec · 8e8d2660
      aarzilli 提交于
      Breakpoints, tracepoints, etc.. take a location spec as input. This
      patch improves the expressiveness of that API. It allows:
      
      * Breakpoint at line
      * Breakpoint at function (handling package / receiver smoothing)
      * Breakpoint at address
      * Breakpoint at file:line
      * Setting breakpoint based off regexp
      8e8d2660
  10. 30 7月, 2015 3 次提交
  11. 29 7月, 2015 1 次提交
  12. 26 7月, 2015 1 次提交
  13. 17 7月, 2015 1 次提交
  14. 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
  15. 04 7月, 2015 1 次提交
  16. 01 7月, 2015 1 次提交
    • D
      Cleanup tracepoint commit · 6b99c5f5
      Derek Parker 提交于
      * Cleanup comments
      * Cleanup naming in certain instances
      * Modify stacktrace to return current location
      6b99c5f5
  17. 30 6月, 2015 1 次提交
  18. 26 6月, 2015 1 次提交
  19. 25 6月, 2015 1 次提交
  20. 21 6月, 2015 1 次提交
  21. 20 6月, 2015 2 次提交
  22. 13 6月, 2015 2 次提交
  23. 30 5月, 2015 1 次提交
  24. 09 5月, 2015 1 次提交
  25. 05 5月, 2015 1 次提交
  26. 02 5月, 2015 1 次提交
  27. 30 4月, 2015 1 次提交
    • D
      Introduce client/server separation · 2954e03a
      Dan Mace 提交于
      Refactor to introduce client/server separation, including a typed
      client API and a HTTP REST server implementation.
      
      Refactor the terminal to be an API consumer.
      2954e03a