This is the mail archive of the gdb@sources.redhat.com 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: Access to PowerPC special purpose registers


Thomas Martin <thomas@ib-martin.com> writes:
> I am new to the list and my question may be asked earlier:
> Is it possible to access the powerpc (MPC5xx) special purpose
> registers using the GDB (remote debugging the ppc) and how?

I see support in rs6000-tdep.c for the Motorola PowerPC 505.  If GDB
and your stub agree on how to number the registers, and how to lay
them out in the 'g' packet, it should work fine.


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