aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFranck Jullien <franck.jullien@gmail.com>2013-08-15 21:52:23 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2013-08-29 07:54:41 +0000
commit15b69bf880662f245a8fc724b73f16b5457d3d7f (patch)
tree29b25d004b004a85e3b25501e26859fe1aad99d6 /doc
parenta4d344651473d55c88cdf8b0d8f30467d0093e18 (diff)
downloadriscv-openocd-15b69bf880662f245a8fc724b73f16b5457d3d7f.zip
riscv-openocd-15b69bf880662f245a8fc724b73f16b5457d3d7f.tar.gz
riscv-openocd-15b69bf880662f245a8fc724b73f16b5457d3d7f.tar.bz2
doc: Add gdb target description commands
Change-Id: Ie74917082e894cfa8ee2258f7a8cdf7d58ee4a59 Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Reviewed-on: http://openocd.zylin.com/1552 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index ebab3a5..c34ecb0 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2354,6 +2354,17 @@ 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{disable}.
+@end deffn
+
+@deffn {Command} gdb_save_tdesc
+Saves the target descripton file to the local file system.
+
+The file name is @i{target_name}.xml.
+@end deffn
+
@anchor{eventpolling}
@section Event Polling