Re: What's this ? (remote serial protocol)
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/18/2015 10:50 PM, Juha Aaltonen wrote: > I didn't understand... > > Sending packet: > $qOffsets#4b...[\x00][\x00][\x00][\x00][\x00][\x00][\x00][\x00][\x00][\x00][\x00][\x00][ > r +]Ack > [$][#][0][0]Packet received: > [ > w \x00]PC register is not available > > What does PC have to do with qOffsets? Probably nothing. "PC register is not available" means GDB couldn't source the PC register value from anywhere. E.g., the PC register's value might be missing from the g/p packet replies. Debug gdb, and put a breakpoint on throw_it. Figure out from context and backtrace what GDB is trying to do when that error is thrown. Thanks, Pedro Alves