delve/service/dap
Stefan Haller f8c8b33da3
Show pprof labels in thread names (#3501)
* Add pprofLabelForThreadNames config

The config is a string value that indicates the key of a pprof label whose value
should be shown as a goroutine name in the threads view.
2023-12-04 15:44:10 +01:00
..
daptest tests: fix tests in go1.22 (#3583) 2023-11-27 14:59:55 -08:00
command.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
config_test.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
config.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
error_ids.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
handles.go service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
server_test.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
server.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
types.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00