This is the mail archive of the gdb@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]

support for multiple ARM register banks in GDB


Hi folks,

Is anyone already looking at GDB's port to the ARM, and in particular
what it believes is the single register bank on the chip?  For
processors like the ARM7TDMI, there are a few register banks depending
on the current mode of the ARM.  In order to debug (not C++) exceptions
on an ARM embedded target, it's necessary to be able to look at a
specific bank's register like r13_irq.  This sort of stuff appears to be
in place in the simulator, but not in GDB itself.

I'm curious if the ARM support under GDB mainly intended for RTOS-based
stuff, versus full-fledged embedded development?  (sic)

Thanks for any tips,
B


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