delve/pkg/proc/gdbserial
Alessandro Arzilli 7c7265f4e6
gdbserial: fixes for rr 5.7.0 (#3718)
The following fixes have been applied to make delve work with rr 5.7.0

- added a new launch prefix to exclude from stderr output
- allow the thread selection packet to be sent for 'c' commands even
  when the stub supports thread suffixes, because the specification is
  unclear over what should be done with bc and bs packets with thread
  suffixes.
- changed the way qRRCmd are escaped and added a thread selector to
  them to match changes to rr codebase
2024-05-16 16:07:20 -07:00
..
gdbserver_conn.go gdbserial: fixes for rr 5.7.0 (#3718) 2024-05-16 16:07:20 -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 gdbserial: update path of lldb protocol extension documentation (#3727) 2024-05-15 11:45:53 -07: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 gdbserial: fixes for rr 5.7.0 (#3718) 2024-05-16 16:07:20 -07:00