openocd/src/helper
drath b9628accd6 - the 'help' command now takes an optional argument to display help only on a certain command (thanks to Andrew Dyer for this enhancement)
- OpenOCD now includes the ability to diassemble instructions on its own (only ARM for now, Thumb might follow). 
The command is "armv4_5 disassemble <address> <count> ['thumb']" (thumb is currently unsupported).
I've compared the produced disassembly against GDB/GNU Objdump output, and it seems to be correct, but there may still be some bugs left.


git-svn-id: svn://svn.berlios.de/openocd/trunk@68 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2006-06-12 16:49:49 +00:00
..
binarybuffer.c - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
binarybuffer.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
command.c - the 'help' command now takes an optional argument to display help only on a certain command (thanks to Andrew Dyer for this enhancement) 2006-06-12 16:49:49 +00:00
command.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
configuration.c - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
configuration.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
interpreter.c - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
interpreter.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
log.c - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
log.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
Makefile.am - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
time_support.c - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
time_support.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
types.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00