commit | ddb3f3d89cf62df6be3cb9e110504def19625160 | [log] [tgz] |
---|---|---|
author | Alexandra Hájková <ahajkova@redhat.com> | Tue Mar 19 12:34:34 2024 +0100 |
committer | Alexandra Hájková <ahajkova@redhat.com> | Wed Jun 12 14:13:35 2024 +0200 |
tree | 063614ca9d714628ed072731a7d2893d2d2c0292 | |
parent | 7065d0a33f732b7f0527f83ec0a352634b2d1ace [diff] |
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>