diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-02-26 23:29:38 +0000 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-02-28 22:48:37 +0000 |
commit | 9d6ede25ddb0863873f84b6a55f4300891429049 (patch) | |
tree | 6acf9128732ed275ddc733fcd6fece4229e519b5 /doc | |
parent | 550abe7396f60274ffd0c5f373eda046af9d9a85 (diff) | |
download | riscv-openocd-9d6ede25ddb0863873f84b6a55f4300891429049.zip riscv-openocd-9d6ede25ddb0863873f84b6a55f4300891429049.tar.gz riscv-openocd-9d6ede25ddb0863873f84b6a55f4300891429049.tar.bz2 |
semihosting: move semihosting cmd to arm cmd group
Move semihosting cmd to the arm cmd group.
Targets that support semihosting will setup the
setup_semihosting callback function.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index d54ad12..507498f 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -6021,6 +6021,18 @@ Display a table of all banked core registers, fetching the current value from ev core mode if necessary. @end deffn +@deffn Command {arm semihosting} [@option{enable}|@option{disable}] +@cindex ARM semihosting +Display status of semihosting, after optionally changing that status. + +Semihosting allows for code executing on an ARM target to use the +I/O facilities on the host computer i.e. the system where OpenOCD +is running. The target application must be linked against a library +implementing the ARM semihosting convention that forwards operation +requests by using a special SVC instruction that is trapped at the +Supervisor Call vector by OpenOCD. +@end deffn + @section ARMv4 and ARMv5 Architecture @cindex ARMv4 @cindex ARMv5 @@ -6073,18 +6085,6 @@ cables (FT2232), but might be unsafe if used with targets running at very low speeds, like the 32kHz startup clock of an AT91RM9200. @end deffn -@deffn Command {arm7_9 semihosting} [@option{enable}|@option{disable}] -@cindex ARM semihosting -Display status of semihosting, after optionally changing that status. - -Semihosting allows for code executing on an ARM target to use the -I/O facilities on the host computer i.e. the system where OpenOCD -is running. The target application must be linked against a library -implementing the ARM semihosting convention that forwards operation -requests by using a special SVC instruction that is trapped at the -Supervisor Call vector by OpenOCD. -@end deffn - @subsection ARM720T specific commands @cindex ARM720T |