1. 10 8月, 2015 3 次提交
  2. 09 8月, 2015 2 次提交
    • 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
    • D
      Bind to less used port in test · 869884b9
      Derek Parker 提交于
      869884b9
  3. 04 8月, 2015 1 次提交
  4. 02 8月, 2015 8 次提交
  5. 31 7月, 2015 2 次提交
  6. 30 7月, 2015 2 次提交
  7. 29 7月, 2015 7 次提交
  8. 28 7月, 2015 7 次提交
  9. 17 7月, 2015 1 次提交
  10. 16 7月, 2015 2 次提交
  11. 14 7月, 2015 2 次提交
  12. 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
  13. 11 7月, 2015 2 次提交