From 15b69bf880662f245a8fc724b73f16b5457d3d7f Mon Sep 17 00:00:00 2001 From: Franck Jullien Date: Thu, 15 Aug 2013 21:52:23 +0200 Subject: [PATCH] doc: Add gdb target description commands Change-Id: Ie74917082e894cfa8ee2258f7a8cdf7d58ee4a59 Signed-off-by: Franck Jullien Reviewed-on: http://openocd.zylin.com/1552 Tested-by: jenkins Reviewed-by: Spencer Oliver --- doc/openocd.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/openocd.texi b/doc/openocd.texi index ebab3a5431..c34ecb078b 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 -- 2.30.2