delve/service
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
..
api service: fix typos in comments, logs, tests, and vars (#3378) 2023-05-23 18:21:36 +02:00
dap service/dap: update go-dap to latest (#3414) 2023-06-12 14:29:44 -07:00
debugger pkg/proc: enable basic debug functionality for stripped ELF binaries (#3408) 2023-06-14 13:23:46 +02:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 proc,terminal: allow setting suspended breakpoints (#3154) 2022-10-04 08:07:05 -07:00
rpc2 rpc2, debugger: Fix comments around goroutine grouping (#3374) 2023-06-06 20:44:51 -07:00
rpccommon service/rpccommon: correct wrong comments (#3397) 2023-05-31 10:11:47 -07:00
test service: fix typos in comments, logs, tests, and vars (#3378) 2023-05-23 18:21:36 +02:00
client.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go service: fix typos in comments (#3344) 2023-04-27 13:39:33 -07:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00