Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - keep additional information for decoded instructions | drath | 2006-06-16 | 1 | -3/+64 |
| | | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@69 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | - the 'help' command now takes an optional argument to display help only on ↵ | drath | 2006-06-12 | 1 | -0/+138 |
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 |