mbox series

[pushed,0/2] Pushed

Message ID 20250110173240.3382817-1-thiago.bauermann@linaro.org
Headers show
Series Pushed | expand

Message

Thiago Jung Bauermann Jan. 10, 2025, 5:32 p.m. UTC
Yesterday I pushed patches 3 and 4 from series¹:

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support

with a few changes addressing review comments from Baris and Simon.

Here are the versions that I committed. The changes are pointed out in each
patch.

Thiago Jung Bauermann (2):
  GDB: remote: Print total bytes received in debug message
  GDB: trad-frame: Store length of value_bytes in trad_frame_saved_reg


¹ https://inbox.sourceware.org/gdb-patches/20241102025635.586759-1-thiago.bauermann@linaro.org/

 gdb/frame-unwind.c     | 18 +++++++++++++++---
 gdb/frame-unwind.h     |  2 +-
 gdb/jit.c              |  2 +-
 gdb/python/py-unwind.c |  7 ++++---
 gdb/regcache.h         |  5 +----
 gdb/remote.c           | 17 ++++++++---------
 gdb/trad-frame.h       | 10 +++++++---
 7 files changed, 37 insertions(+), 24 deletions(-)