This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Does GDB suports mixed ARM_code (ARM+Thumb) debugging?
- To: Jens-Christian Lache <lache at tu-harburg dot de>, gdb at sources dot redhat dot com
- Subject: Re: Does GDB suports mixed ARM_code (ARM+Thumb) debugging?
- From: Joel Brenner <joel dot brenner at tchip dot com>
- Date: Wed, 31 Jan 2001 14:25:16 +0100
- Organization: TChip Semiconductors
- References: <3A77DC9D.FA1C95B5@tchip.com> <0101311332010M.00741@lab04>
Jens-Christian Lache wrote:
> Did you try "break MainApp" or "b 0x102244" ?
>
> jc
>
> --
>
> Jens-Christian Lache
> Technische Universitaet Hamburg-Harburg
> www.tu-harburg.de/~sejl1601
> Mail:
> lache@tu-harburg.de
> lache@ngi.de
> Tel.:
> +0491759610756
Yes, if I set break points at the begin of MainApp gdb stops correctly.
It stops olso correctly in thumb_func(). Whi gdb dosen't step correctly
ower bx command and calls between ARM-code and Thumb-code ?
Thanks joel brenner