This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA] Repost ARM frame patches
- From: Richard Earnshaw <rearnsha at buzzard dot freeserve dot co dot uk>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: gdb-patches at sources dot redhat dot com, Richard dot Earnshaw at arm dot com, Richard dot Earnshaw at buzzard dot freeserve dot co dot uk
- Date: Tue, 02 Sep 2003 23:52:26 +0100
- Subject: Re: [RFA] Repost ARM frame patches
- Reply-to: Richard dot Earnshaw at buzzard dot freeserve dot co dot uk
Daniel,
My appologies for not reviewing this before. Just way too much day job...
It looks fine to me (at least, it seems better than what's there at
present).
My only question is, once we start using the dwarf2 unwinder, can it cope
with the fact that gcc currently does not emit frame unwind information
for Thumb code? (ie can it handle a mix of code that uses dwarf2 and
traditional unwinding?)
R.