gdb 8.3.1 truncated register in remote g packet
Reinoud Koornstra <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAAA5faFwCD9xVgJFFpdc8WXaDWVPpQ6_O7gFchVHp6-a9k0bsA@mail.gmail.com> |
Hello Everyone, I downloaded an compiled gdb 8.3.1 with --target=arm-linux-gnueabihf on my x86_64 pc. Compiled and installed fine. I started the gdb with the vmlinux file and tried to connect to the remote arm32 machine: target remote /dev/ttyUSB0 Then I get: Truncated register 19 in remote 'g' packet. What is going wrong here? I saw earlier archives about similar issues, but i thought those would have been patched. Any help would be appreciated. Thanks, Reinoud.