delve/service/debugger
Derek Parker ccf17a6f42
pkg/proc: enable basic debug functionality for stripped ELF binaries (#3408)
We used to parse the .gopclntab section but removed support in favor of
simply using DWARF debug information, due to lack of C symbols among
other reasons. This makes it impossible to debug stripped binaries,
which some distrubutions ship by default.

Add back in basic support for .gopclntab which survives if the binary
is stripped, allowing for rudimentary debugging such as basic
program navigation, tracing, etc...
2023-06-14 13:23:46 +02:00
..
debugger_linux.go service/debugger: merge attachErrorMessage, verifyBinaryFormat (#3142) 2022-09-21 09:48:35 -07:00
debugger_test.go service/debugger: Assume current dir for exec (#3167) 2022-10-28 14:59:09 +02:00
debugger_unix_test.go service/debugger: make TestDebugger_LaunchWithTTY pass on FreeBSD (#2982) 2022-04-26 13:23:39 -07:00
debugger.go pkg/proc: enable basic debug functionality for stripped ELF binaries (#3408) 2023-06-14 13:23:46 +02:00