delve/service
Alessandro Arzilli d552b33822
gdbserial,regnum: support ZMM registers, disable 'g' on debugserver (#2498)
Adds DWARF register number and support for AVX-512 registers.
Changes proc/gdbserial so that the 'g' and 'G' commands are never used
with debugserver since they seem to corrupt the thread state when used
on AVX-512 capable hardware.
Also changes TestClientServer_FpRegisters to be simpler and more
resilient to changes to the Go runtime.

Fixes #2479
2021-05-26 08:21:03 -07:00
..
api terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07:00
dap service/dap: test refactoring (#2508) 2021-05-26 08:15:39 -07:00
debugger terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07:00
internal/sameuser dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
rpc1 service/rpccommon: fix shutdown related bugs (#2439) 2021-04-19 11:12:51 -07:00
rpc2 terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07:00
rpccommon dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
test gdbserial,regnum: support ZMM registers, disable 'g' on debugserver (#2498) 2021-05-26 08:21:03 -07:00
client.go terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -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: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00