delve/service
aarzilli a0115e3a15 bugfix: Issue #170 (partial) set function breakpoints on the first instruction
the entry point of a function is the beginning of the prologue, which can be run multiple times for each invocation of a function if the stack needs to be expanded or the scheduler needs to be run.
2015-07-28 08:16:20 -05:00
..
api Implement 'trace' subcommand 2015-07-12 15:20:12 -05:00
debugger Implement 'trace' subcommand 2015-07-12 15:20:12 -05:00
rpc bugfix: rpc.(*RPCClient).AttachedToExistingProcess calling the wrong function, this would result in the terminal frontend always killing a process it was attached to 2015-07-25 21:26:37 -05:00
test bugfix: Issue #170 (partial) set function breakpoints on the first instruction 2015-07-28 08:16:20 -05:00
client.go Do not ask to kill process we spawned 2015-07-07 09:04:03 -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