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: RFC: Use the ARM CPSR as a fallback to determine ARM/Thumb


On Thu, Mar 02, 2006 at 11:22:26PM +0100, Mark Kettenis wrote:
> Hmm, this really should unwind CPSR from the frame I think.  A bit
> impractical to change that now, but something to keep in mind.  Could
> you add a FIXME that points this out if you agree?

But... what frame?  Is there a relevant frame?  I don't believe that
there is.  This is used for things like breakpoints and explicit "x/i".
Maybe you see something I don't, though?

Now, I could get it from get_current_frame() instead of read_register,
if you like.

-- 
Daniel Jacobowitz
CodeSourcery


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