]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add "error_message+" feature to qSupported
authorAlexandra Hájková <ahajkova@redhat.com>
Tue, 19 Mar 2024 11:34:34 +0000 (12:34 +0100)
committerAlexandra Hájková <ahajkova@redhat.com>
Wed, 12 Jun 2024 12:13:35 +0000 (14:13 +0200)
commitddb3f3d89cf62df6be3cb9e110504def19625160
tree063614ca9d714628ed072731a7d2893d2d2c0292
parent7065d0a33f732b7f0527f83ec0a352634b2d1ace
Add "error_message+" feature to qSupported

Add a new 'error_message' feature to the qSupported packet. When GDB
supports this feature then gdbserver is able to send
errors in the E.errtext format for the qRcmd and m packets.

Update qRcmd packet and m packets documentation as qRcmd newly
accepts errors in a E.errtext format.
Previously these two packets didn't support E.errtext style errors.

Approved-By: Tom Tromey <tom@tromey.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/doc/gdb.texinfo
gdb/remote.c
gdbserver/server.cc
gdbserver/server.h