[PATCH v2 0/2] gdbstub: allow sending packet of arbitrary length

Damien Hedde posted 2 patches 5 years, 11 months ago
Failed in applying to current master (apply log)
gdbstub.c | 60 +++++++++++++++++++++----------------------------------
1 file changed, 23 insertions(+), 37 deletions(-)
[PATCH v2 0/2] gdbstub: allow sending packet of arbitrary length
Posted by Damien Hedde 5 years, 11 months ago
Hi All,

This series is a follow-up of Alex's series about sve registers
which introduces some GbyteArray/Gstring in the gdbstub.

It removes the remaining barrier to send big packets.

In consequence, we can slso simply gdb_monitor_write().

Based-on <20191130084602.10818-1-alex.bennee@linaro.org>

v2:
+ patch 1: fix gdb_monitor_write() max_sz error (Luc)
+ patch 2: new patch (Luc)

--
Damien

Damien Hedde (2):
  gdbstub: change GDBState.last_packet to GByteArray
  gdbstub: do not split gdb_monitor_write payload

 gdbstub.c | 60 +++++++++++++++++++++----------------------------------
 1 file changed, 23 insertions(+), 37 deletions(-)

-- 
2.24.0