delve/service/debugger
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
..
debugger_darwin.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger_linux.go Disassemble command 2016-02-11 16:59:07 -08:00
debugger_windows.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger.go proc: Implement Step using Continue 2016-09-27 09:37:33 +02:00
locations_test.go debugger/locations: Fixed bug parsing remote package paths (#586) 2016-07-05 12:13:21 -07:00
locations.go debugger/locations: Fixed bug parsing remote package paths (#586) 2016-07-05 12:13:21 -07:00