delve/service/api
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
..
conversions.go proc/gdbserial: mozilla rr support (#804) 2017-05-05 15:17:52 -07:00
prettyprint.go proc/variables: fix infinite recursion with pointer loop (#725) 2017-02-09 16:26:38 -08:00
types.go api: add FrameOffset to Stackframe (#864) 2017-06-20 10:39:33 -07:00