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]

Re: What's this ? (remote serial protocol)


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


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