delve/service/dap
Alessandro Arzilli 7857f233ad
service/dap: make handlesMap generic (#3798)
The oldest version of Go we compile with is 1.20 at this point, we can
thus make use of generic type parameters and the handlesMap support
type in service/dap is improved by them.
2024-09-03 10:40:34 -07: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 *: replace fmt.Errorf with errors.New (#3752) 2024-06-20 21:50:18 +02:00
error_ids.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
handles.go service/dap: make handlesMap generic (#3798) 2024-09-03 10:40:34 -07:00
server_test.go chore: fix function name (#3803) 2024-08-31 13:52:05 +02:00
server.go service/dap: make handlesMap generic (#3798) 2024-09-03 10:40:34 -07:00
types.go service/dap: support waitfor option for 'dap attach' only (#3656) 2024-02-07 11:03:36 -08:00