]> git.sur5r.net Git - openocd/blobdiff - doc/openocd.texi
Add gdb_report_register_access_error command
[openocd] / doc / openocd.texi
index f51ff24421e8eba00dd34787fa1bbb39228d40f4..967c637ae7c565f81ae4eee3ab4e4082ba76999a 100644 (file)
@@ -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}.