This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] Detect __aeabi_read_tp even without symbols


On Wed, Oct 20, 2010 at 02:02:31AM +0200, Ulrich Weigand wrote:
> OK for mainline?

The approach looks good to me.  Two comments on the implementation:
the explanation is just as valid in the ARM case as the Thumb case,
and we should not do this read if we know the name of the target
function and it is different from __aeabi_read_tp.  Both of these can
be accomplished by putting the check in skip_prologue_function
instead.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]