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>__archive__
parent
a4d3446514
commit
15b69bf880
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue