Document gdb_report_register_access_error command

Change-Id: I704027990d661dfd4a09e11e3869a2f36508669e
This commit is contained in:
Tim Newsome 2018-04-03 13:26:25 -07:00
parent 3305078cb0
commit 3ca4bd9916
1 changed files with 7 additions and 0 deletions

View File

@ -2197,6 +2197,13 @@ The default behaviour is @option{disable};
use @option{enable} see these errors reported.
@end deffn
@deffn {Config Command} gdb_report_register_access_error (@option{enable}|@option{disable})
Specifies whether register accesses requested by GDB register read/write
packets report errors or not.
The default behaviour is @option{disable};
use @option{enable} see these errors reported.
@end deffn
@deffn {Config Command} gdb_target_description (@option{enable}|@option{disable})
Set to @option{enable} to cause OpenOCD to send the target descriptions to gdb via qXfer:features:read packet.
The default behaviour is @option{enable}.