delve/service
aarzilli 7c49d4968d proc: Implement Step using Continue
Instead of repeatedly calling StepInstruction set breakpoints to the
destination of CALL instructions (or on the CALL instructions
themselves for indirect CALLs), then call Continue.
Calls to unexported runtime functions are skipped.
Reduces the number of code paths managing inferior state from 3 to 2
(StepInstruction, Continue).

Fixes #561
2016-09-27 09:37:33 +02:00
..
api proc: Back to using vendored golang.org/x/debug/ (#585) 2016-07-05 11:58:11 -07:00
debugger proc: Implement Step using Continue 2016-09-27 09:37:33 +02:00
rpc1 Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
rpc2 Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
rpccommon Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
test Changed TestIssue426 to work with go 1.8 (#627) 2016-09-06 10:26:56 -07:00
client.go terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
config.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00