summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-02-26 23:25:55 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-02-28 22:48:19 +0000
commit550abe7396f60274ffd0c5f373eda046af9d9a85 (patch)
tree27e3173068e8c044f3c006b664abcf03270ed460 /doc
parent4c9f29bd9c9e38c3f495f8c26869f4dfe8fe9983 (diff)
downloadopenocd_libswd-550abe7396f60274ffd0c5f373eda046af9d9a85.tar.gz
openocd_libswd-550abe7396f60274ffd0c5f373eda046af9d9a85.tar.bz2
openocd_libswd-550abe7396f60274ffd0c5f373eda046af9d9a85.tar.xz
openocd_libswd-550abe7396f60274ffd0c5f373eda046af9d9a85.zip
CortexM3: move disassemble cmd to arm cmd group
Rather than using a Cortex disassemble cmd, we now use the arm generic version. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 9da2977f..d54ad122 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -6427,12 +6427,6 @@ If @var{value} is defined, first assigns that.
@subsection Cortex-M3 specific commands
@cindex Cortex-M3
-@deffn Command {cortex_m3 disassemble} address [count]
-@cindex disassemble
-Disassembles @var{count} Thumb2 instructions starting at @var{address}.
-If @var{count} is not specified, a single instruction is disassembled.
-@end deffn
-
@deffn Command {cortex_m3 maskisr} (@option{on}|@option{off})
Control masking (disabling) interrupts during target step/resume.
@end deffn