delve/service
Morten Linderud 8c392d2fdf
Implement source listing from debuginfo (#2885)
* service: Implement BuildID

Parse the BuildID of executables and provides it over the RPC
service.

Signed-off-by: Morten Linderud <morten@linderud.pw>

* command: Support debuinfod for file listing

Signed-off-by: Morten Linderud <morten@linderud.pw>

* debuginfod: create debuginfod package for common code

We remove the duplicated code and provide our a new debuginfod package.

Signed-off-by: Morten Linderud <morten@linderud.pw>

* starlark: Workaround for 'build_i_d'

Signed-off-by: Morten Linderud <morten@linderud.pw>

* command: Ensure we only overwrite path when one has been found

Signed-off-by: Morten Linderud <morten@linderud.pw>

* bininfo: Inline parseBuildID

Signed-off-by: Morten Linderud <morten@linderud.pw>
2022-01-30 13:39:30 -08:00
..
api service: use name w/o parameters for breakpoints on generic funcs (#2774) 2021-12-13 11:41:28 -08:00
dap dap: create temporary binary in the current working directory (#2868) 2022-01-19 11:02:49 -08:00
debugger Implement source listing from debuginfo (#2885) 2022-01-30 13:39:30 -08:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
rpc2 Implement source listing from debuginfo (#2885) 2022-01-30 13:39:30 -08:00
rpccommon service/dap: support JSON-RPC and DAP on the same port from "dlv debug/exec/test/attach" (#2755) 2021-10-25 12:39:28 -07:00
test Automatically disable breakpoints with hitcount conditions that will never be satisfied again (#2833) 2022-01-06 09:00:46 -08:00
client.go Implement source listing from debuginfo (#2885) 2022-01-30 13:39:30 -08: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: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00