riscv-openocd/src
zwelch b71e3aff6d David Brownell <david-b@pacbell.net>:
Change layout of Thumb disassembly to work better with Thumb2:

 - Move opcode to the left, allowing space for four hex bytes:
    * after address, two spaces not one tab (taking 6 spaces)
    * after 2-byte opcode, four spaces before tab
 - Also, after opcode mnemonic use a tab not a space, to make
   operands line up

Sample output (after some patches decoding a few 32-bit instructions):

0x00003e5a  0xf4423200	ORR	r2, r2, #131072	; 0x20000
0x00003e5e  0x601a    	STR 	r2, [r3, #0x0]
0x00003e60  0x2800    	CMP	r0, #0x00
0x00003e62  0xd1f3    	BNE	0x00003e4c
0x00003e64  0xf008fa38	BL	0x0000c2d8

The affected lines of code now wrap at sane margins too.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2531 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-07-15 23:39:48 +00:00
..
flash Fix SEGFAULTs and broken error handling for flash programming w/working area 2009-07-08 18:29:03 +00:00
helper delete long retired commented out code (daemon_startup) 2009-07-07 10:43:44 +00:00
jtag print errno when parport fails to open. 2009-07-15 12:30:06 +00:00
pld - Replace '){' with ') {'. 2009-06-23 22:49:06 +00:00
server typo in comment 2009-07-08 10:25:23 +00:00
svf Remove whitespace at end of lines, step 2. 2009-06-23 22:50:08 +00:00
target David Brownell <david-b@pacbell.net>: 2009-07-15 23:39:48 +00:00
xsvf Remove whitespace at end of lines, step 2. 2009-06-23 22:50:08 +00:00
Makefile.am Add quick target - full cygwin builds take a long long long time, this shortens the edit/build/debug cycle 2009-06-24 02:00:19 +00:00
ecosboard.c zy1000 now listens for port 1234. Upon accepting connection reboot zy1000. 2009-07-06 07:31:46 +00:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
openocd.c Make bug reporting output at program start-ups use fewer new lines: 2009-06-30 05:33:41 +00:00