X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;h=967c637ae7c565f81ae4eee3ab4e4082ba76999a;hp=f51ff24421e8eba00dd34787fa1bbb39228d40f4;hb=2e2bb14b276f5bd973308dcfabd1b8018e187243;hpb=0dba1815e6362cc08e983f8f09af0224ad5ae693 diff --git a/doc/openocd.texi b/doc/openocd.texi index f51ff24421..967c637ae7 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2200,6 +2200,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}.