delve/service
Alessandro Arzilli 04c4b019f7 api: add FrameOffset to Stackframe (#864)
Other debuggers can be instructed to decorate the stacktrace with the
value of SP. Our SP equivalent is the frame offset, since we can add it
to the Stackframe structure without incurring into added costs we
should, so that frontends can use it if they want.
2017-06-20 10:39:33 -07:00
..
api api: add FrameOffset to Stackframe (#864) 2017-06-20 10:39:33 -07:00
debugger api: add FrameOffset to Stackframe (#864) 2017-06-20 10:39:33 -07:00
rpc1 proc/gdbserial: mozilla rr support (#804) 2017-05-05 15:17:52 -07:00
rpc2 proc/gdbserial: mozilla rr support (#804) 2017-05-05 15:17:52 -07:00
rpccommon proc: Implement target.Interface for gdbserver backend 2017-04-18 13:25:11 -07:00
test debugger: collect breakpoint information on next/step/stepout 2017-06-13 10:22:47 +02:00
client.go proc/gdbserial: mozilla rr support (#804) 2017-05-05 15:17:52 -07:00
config.go proc: Implement target.Interface for gdbserver backend 2017-04-18 13:25:11 -07: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