delve/service
aarzilli 8e8d2660ef Improve commands which take a location spec
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
2015-08-08 14:41:48 -05:00
..
api Implement 'trace' subcommand 2015-07-12 15:20:12 -05:00
debugger Improve commands which take a location spec 2015-08-08 14:41:48 -05:00
rpc Improve commands which take a location spec 2015-08-08 14:41:48 -05:00
test Improve commands which take a location spec 2015-08-08 14:41:48 -05:00
client.go Improve commands which take a location spec 2015-08-08 14:41:48 -05:00
config.go Introduce JSON-RPC service 2015-06-21 21:11:30 -05:00
server.go Introduce JSON-RPC service 2015-06-21 21:11:30 -05:00