[0/3] Introduce the 'x' RSP packet

Message ID cover.1710343840.git.tankut.baris.aktemur@intel.com
Headers
Series Introduce the 'x' RSP packet |

Message

Aktemur, Tankut Baris March 13, 2024, 3:35 p.m. UTC
  Hello,

This series introduces the 'x' packet to fetch data from a remote
target in binary format to reduce the transfer overhead.  Please see
the last patch for time measurements in two sample cases.

Regards
Baris

Tankut Baris Aktemur (3):
  gdbserver: allow suppressing the next putpkt remote-debug log
  rsp: add 'E' to escaped characters
  gdb, gdbserver: introduce the 'x' RSP packet for binary memory read

 gdb/NEWS                  |  7 ++++++
 gdb/doc/gdb.texinfo       | 29 ++++++++++++++++++++++
 gdb/remote.c              | 45 ++++++++++++++++++++++++++++-----
 gdbserver/debug.cc        | 10 ++++++++
 gdbserver/debug.h         | 10 ++++++++
 gdbserver/remote-utils.cc | 52 +++++++++++++++++++++++++++++++--------
 gdbserver/remote-utils.h  |  2 ++
 gdbserver/server.cc       | 21 ++++++++++++++++
 gdbsupport/rsp-low.cc     |  2 +-
 9 files changed, 161 insertions(+), 17 deletions(-)