delve/pkg/proc/gdbserial
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
..
gdbserver_conn.go proc,service/dap,proc/gdbserial: fixes for debugserver --unmask-signals (#3541) 2023-10-30 09:19:23 -07:00
gdbserver_unix.go all: remove obsolete build tags "// +build" (#3513) 2023-10-03 08:50:11 -07:00
gdbserver_windows.go proc/gdbserver: set child process pgrp as foreground group (#3205) 2022-12-05 09:38:00 -08:00
gdbserver.go proc: move StepInstruction method to TargetGroup (#3488) 2023-09-20 09:17:45 +02:00
rr_test.go pkg/proc,service/*: Supports sending output to clients when running programs remotely (#3253) 2023-07-05 08:39:01 -07:00
rr.go all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00