delve/service/dap
Alessandro Arzilli 2187c75fb5
proc,service/dap,proc/gdbserial: fixes for debugserver --unmask-signals (#3541)
- fix TestRefreshCurThreadSelGAfterContinueOnceError and TestBadAccess
  to work when debugserver has --unmask-signals
- when a fatal signal is received while singlestepping delay its
  delivery until the subsequent continue, otherwise debugserver will get
  stuck completely (fixes TestNilPtrDerefInBreakInstr)
2023-10-30 09:19:23 -07:00
..
daptest all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00
command.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
config_test.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
config.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07: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 proc,service/dap,proc/gdbserial: fixes for debugserver --unmask-signals (#3541) 2023-10-30 09:19:23 -07:00
server.go service/dap: fix bugs in stdout/stderr handling (#3522) 2023-10-09 08:27:32 -07:00
types.go service/dap: accept a string list as launch request's buildFlags (#3496) 2023-09-19 09:32:15 -07:00