]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Let gdbserver the support of 'x' packet by adding binary-upload+ in qSupported.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 28 Jan 2025 14:33:15 +0000 (15:33 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 28 Jan 2025 14:43:57 +0000 (15:43 +0100)
commit388e6732852c3be128af601901447980dfc526b7
tree063236b68d1bafc514a6687d32a688088685960f
parentf6118567bc49bd451e5b8232518a894a161f3532
Let gdbserver the support of 'x' packet by adding binary-upload+ in qSupported.

Following the incompatible implementation of the 'x' packet between
lldb and gdb, gdb now only uses the x packet if the gdbserver
reports binary-upload+ in qSupported.

Tested with gdb 16.1, gdb 16 branch and gdb 17 trunk, each time checking
the 'x' packet was effectively used.
coregrind/m_gdbserver/server.c