delve/pkg/terminal
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
..
command_test.go api: add FrameOffset to Stackframe (#864) 2017-06-20 10:39:33 -07:00
command.go typo, fix and run 'go run ./scripts/gen-cli-docs.go' (#848) 2017-06-05 14:20:10 -07:00
disasmprint.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
docgen.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_other.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_test.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_windows.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal.go terminal: bugfix: tolerate spurious spaces after command prefixes 2017-04-19 09:58:36 -07:00