diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-13 13:44:15 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-13 13:44:15 +0200 |
commit | 79bf27da711028728bf93e0bfcb1d8c2f0c89307 (patch) | |
tree | fca7b3a06b67b790146016c9c6ef9376a69effe3 /doc | |
parent | 4d32b6eee972c59a29d8a03ea5b62ee6af9c952d (diff) | |
download | openocd_libswd-79bf27da711028728bf93e0bfcb1d8c2f0c89307.tar.gz openocd_libswd-79bf27da711028728bf93e0bfcb1d8c2f0c89307.tar.bz2 openocd_libswd-79bf27da711028728bf93e0bfcb1d8c2f0c89307.tar.xz openocd_libswd-79bf27da711028728bf93e0bfcb1d8c2f0c89307.zip |
Retired gdb_attach. gdb-detach event covers this functionality.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 479aa176..fd4f9f7f 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1638,11 +1638,6 @@ GDB behaviour is not sufficient. GDB normally uses hardware breakpoints if the memory map has been set up for flash regions. @end deffn -@deffn {Config Command} gdb_detach (@option{resume}|@option{reset}|@option{halt}|@option{nothing}) -Configures what OpenOCD will do when GDB detaches from the daemon. -Default behaviour is @option{resume}. -@end deffn - @anchor{gdb_flash_program} @deffn {Config Command} gdb_flash_program (@option{enable}|@option{disable}) Set to @option{enable} to cause OpenOCD to program the flash memory when a |