1. 11 9月, 2015 1 次提交
  2. 06 9月, 2015 1 次提交
  3. 22 8月, 2015 1 次提交
  4. 20 8月, 2015 1 次提交
  5. 17 8月, 2015 2 次提交
  6. 14 8月, 2015 2 次提交
  7. 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
  8. 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
  9. 30 7月, 2015 3 次提交
  10. 29 7月, 2015 1 次提交
  11. 26 7月, 2015 1 次提交
  12. 17 7月, 2015 1 次提交
  13. 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
  14. 04 7月, 2015 1 次提交
  15. 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
  16. 30 6月, 2015 1 次提交
  17. 26 6月, 2015 1 次提交
  18. 25 6月, 2015 1 次提交
  19. 21 6月, 2015 1 次提交
  20. 20 6月, 2015 2 次提交
  21. 13 6月, 2015 2 次提交
  22. 30 5月, 2015 1 次提交
  23. 09 5月, 2015 1 次提交
  24. 05 5月, 2015 1 次提交
  25. 02 5月, 2015 1 次提交
  26. 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