From 3ca4bd99168a4dfceac3673ef19406af074b25b7 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Tue, 3 Apr 2018 13:26:25 -0700 Subject: [PATCH] Document gdb_report_register_access_error command Change-Id: I704027990d661dfd4a09e11e3869a2f36508669e --- doc/openocd.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/openocd.texi b/doc/openocd.texi index 898ffb948..6fee1bd3f 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -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}.