Have you tried looking in GDB manual?
http://sourceware.org/gdb/current/onlinedocs/gdb/ARM.html
--
Mārtiņš Možeiko
On Mon, May 21, 2012 at 7:34 PM, Samuel <s...@samuel.pro> wrote:
> Hello,
>
> I use gdb's "x" command, for example:
>
> x/20i *0xb0006800
>
> It displays wrong ARM instructions, because the data of this memory area are
> Thumb instructions.
>
> But I can't display Thumb instructions on NDK GDB, how to enable
> Thumb instructions debug on Android NDK GDB?
>
> Sam
>
> --
> You received this message because you are subscribed to the Google Groups
> "android-ndk" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/android-ndk/-/rhKGPooHtVwJ.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-ndk/-/rhKGPooHtVwJ.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
--