Re: [Qemu-devel] [PATCH] arm-dis: Include opcode hex when doing disassembly

2011-01-12 Thread Aurelien Jarno
On Mon, Jan 10, 2011 at 11:09:28AM -0600, Peter Maydell wrote: > On 10 January 2011 10:49, Aurelien Jarno wrote: > > Strangely on arm host, the opcode hex is already included, as shown > > below: > > > > | OUT: [size=308] > > | 0x01001ec0:  e5974004  ldr      r4, [r7, #4] > > | 0x01001ec4:  e1a048

Re: [Qemu-devel] [PATCH] arm-dis: Include opcode hex when doing disassembly

2011-01-10 Thread Aurelien Jarno
On Mon, Jan 10, 2011 at 11:09:28AM -0600, Peter Maydell wrote: > On 10 January 2011 10:49, Aurelien Jarno wrote: > > Strangely on arm host, the opcode hex is already included, as shown > > below: > > > > | OUT: [size=308] > > | 0x01001ec0:  e5974004  ldr      r4, [r7, #4] > > | 0x01001ec4:  e1a048

Re: [Qemu-devel] [PATCH] arm-dis: Include opcode hex when doing disassembly

2011-01-10 Thread Peter Maydell
On 10 January 2011 10:49, Aurelien Jarno wrote: > Strangely on arm host, the opcode hex is already included, as shown > below: > > | OUT: [size=308] > | 0x01001ec0:  e5974004  ldr      r4, [r7, #4] > | 0x01001ec4:  e1a04804  lsl      r4, r4, #16 > | 0x01001ec8:  e1a04824  lsr      r4, r4, #16 > |

Re: [Qemu-devel] [PATCH] arm-dis: Include opcode hex when doing disassembly

2011-01-10 Thread Aurelien Jarno
On Mon, Jan 10, 2011 at 04:16:26PM +, Peter Maydell wrote: > Enhance the ARM disassembler used for debugging so that it includes > the hex dump of the opcode as well as the symbolic disassembly. > > Signed-off-by: Peter Maydell > --- > This is based on meego-qemu commit e548a60c with a change

[Qemu-devel] [PATCH] arm-dis: Include opcode hex when doing disassembly

2011-01-10 Thread Peter Maydell
Enhance the ARM disassembler used for debugging so that it includes the hex dump of the opcode as well as the symbolic disassembly. Signed-off-by: Peter Maydell --- This is based on meego-qemu commit e548a60c with a change suggested last time that patch was sent to qemu-devel: http://www.mail-arc