]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Implement the new GDB 16.0 'x addr,len' packet.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 21 Dec 2024 14:45:20 +0000 (15:45 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 21 Dec 2024 14:45:20 +0000 (15:45 +0100)
commit706c5dd0bae49be20ce15c2eeacbbf2c9d49a852
treef1c56789c36b00b899c2630872d2da8e60693df0
parent1f8a81cc2493670a82334bd5b4bc1ffa6d02174b
Implement the new GDB 16.0 'x addr,len' packet.

GDB can read memory faster with this packet than with the 'm addr,len' packet.
NEWS
coregrind/m_gdbserver/server.c