delve/service
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
..
api service/api: use bitfield for prettyprint flags (#3536) 2023-10-24 09:35:37 -07:00
dap proc,service/dap,proc/gdbserial: fixes for debugserver --unmask-signals (#3541) 2023-10-30 09:19:23 -07:00
debugger all: remove obsolete build tags "// +build" (#3513) 2023-10-03 08:50:11 -07:00
internal/sameuser all: remove obsolete build tags "// +build" (#3513) 2023-10-03 08:50:11 -07:00
rpc1 pkg,service: make receiver names consistent (#3473) 2023-08-17 14:24:43 -07:00
rpc2 pkg/terminal: add 'packages' command (#3499) 2023-09-18 08:59:58 -07:00
rpccommon service/rpccommon: correct wrong comments (#3397) 2023-05-31 10:11:47 -07:00
test service/test: disable TestClientServer_chanGoroutines with rr backend (#3492) 2023-10-13 10:55:24 -07:00
client.go pkg/terminal: add 'packages' command (#3499) 2023-09-18 08:59:58 -07: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: fix typos in comments (#3344) 2023-04-27 13:39:33 -07:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00