delve/service
aarzilli 5441135668 proc: Next implemented as conditional breakpoints + Continue
Next sets its temporary breakpoints with the condition that they
must only activate on the current goroutine, and then calls Continue
When Continue encounters a temporary breakpoint it clears all
the breakpoint.

User visible changes: breakpoints that get hit while executing Next
are not ignored.

This commit does not implement full conditional breakpoints
functionality, the only condition that can be set is on the
goroutine id.

Fixes race conditions in Next affecting TestNextConcurrent.
2016-01-09 08:44:32 +01:00
..
api proc: Next implemented as conditional breakpoints + Continue 2016-01-09 08:44:32 +01:00
debugger proc: Next implemented as conditional breakpoints + Continue 2016-01-09 08:44:32 +01:00
rpc service,terminal: propagating simultaneous breakpoints 2016-01-09 08:44:25 +01:00
test service,terminal: propagating simultaneous breakpoints 2016-01-09 08:44:25 +01:00
client.go Implements set command for pointers and numerical values 2015-09-28 22:45:06 -07: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