This is the mail archive of the gdb-patches@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: mcore registers


> Ok.  Note that GDB doesn't run length encode.  Instead it 

Oh.  I was depending on the manual being right - I didn't know the RLE feature was non-functional.  You just saved me having to find that out the hard way.

> tries to use 
> the "P" packet.  If not already, also look at the "T..." response to 
> things like continue.

Right, I could recode the T packet responses so that they don't just cycle through all the regs.  The reg number is encoded in there, so I could skip over the non-existent ones.

Not familiar with the P packet.  Back to the fine manual.

Brian


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