This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
x/i ARM/Thumb instruction
- From: Shaun Jackman <sjackman at gmail dot com>
- To: gdb at sources dot redhat dot com
- Date: Thu, 14 Apr 2005 15:04:07 -0600
- Subject: x/i ARM/Thumb instruction
- Reply-to: Shaun Jackman <sjackman at gmail dot com>
I'm debugging an ARM/Thumb processor using an Abatron BDI2000. x/i $pc
shows the current instruction as an ARM instruction, even though the
processor's currently in Thumb mode. How is the default format for x/i
chosen, and how do I override it? I tried x/ih and x/iw but I found
that the gdb manual says the width parameter is ignored for the x/i
command.
Thanks!
Shaun