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: Format of stop packets with register info


On 10/10/2015 12:54 PM, Juha Aaltonen wrote:
> What is wrong here:
> "Remote register badly formatted: T05f:60800000"
> I'm trying to send a 'T'-packet with signal number 05 and register 0xf
> (PC) value 0x00008060.

Sounds like you have gdb 7.10 and are hitting the bug where GDB misinterprets
the stop reply 'T05f:..." as "T05fork:".  See:

  https://sourceware.org/ml/gdb-patches/2015-08/msg00413.html

The fix is in the 7.10 branch, but not in any release yet.

Thanks,
Pedro Alves


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