delve/service/debugger
aarzilli 92faa95bf9 proc/stack: use BP when FDE is not available
On Windows we can sometimes encounter threads stopped in locations for
which we do not have entries in debug_frame.
These cases seem to be due to calls to Windows API in the go runtime,
we can still produce a (partial) stack trace in this circumstance by
following frame pointers (starting with BP).
We still prefer debug_frame entries when available since go functions
do not have frame pointers before go1.8.
2017-02-22 20:39:28 +01: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/stack: use BP when FDE is not available 2017-02-22 20:39:28 +01:00
locations_test.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
locations.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00