Re: Format of stop packets with register info
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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