* Format of stop packets with register info
@ 2015-10-10 11:54 Juha Aaltonen
2015-10-12 14:20 ` Pedro Alves
0 siblings, 1 reply; 2+ messages in thread
From: Juha Aaltonen @ 2015-10-10 11:54 UTC (permalink / raw)
To: gdb-mailing list
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Format of stop packets with register info
2015-10-10 11:54 Format of stop packets with register info Juha Aaltonen
@ 2015-10-12 14:20 ` Pedro Alves
0 siblings, 0 replies; 2+ messages in thread
From: Pedro Alves @ 2015-10-12 14:20 UTC (permalink / raw)
To: Juha Aaltonen, gdb-mailing list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-12 14:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-10 11:54 Format of stop packets with register info Juha Aaltonen
2015-10-12 14:20 ` Pedro Alves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox