Advertisement
Guest User

glasgow_jtag_gdb_timeouts

a guest
Jan 16th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. (gdb) target remote :3333
  2. Remote debugging using :3333
  3. Ignoring packet error, continuing...
  4. warning: unrecognized item "timeout" in "qSupported" response
  5. Ignoring packet error, continuing...
  6. Remote replied unexpectedly to 'vMustReplyEmpty': timeout
  7. (gdb) target remote :3333
  8. Remote debugging using :3333
  9. Ignoring packet error, continuing...
  10. warning: unrecognized item "timeout" in "qSupported" response
  11. Remote replied unexpectedly to 'vMustReplyEmpty': PacketSize=4000;qXfer:memory-map:read+;qXfer:features:read-;qXfer:threads:read+;QStartNoAckMode+;vContSupported+
  12. (gdb) target remote :3333
  13. Remote debugging using :3333
  14. 0x40012b60 in ?? ()
  15. (gdb) bt
  16. #0 0x40012b60 in ?? ()
  17. #1 0x40012b82 in ?? ()
  18. #2 0x4004c497 in ?? ()
  19. #3 0x4004c2c3 in ?? ()
  20. #4 0x4004c1f5 in ?? ()
  21. #5 0x40011374 in ?? ()
  22. #6 0x4000f78b in ?? ()
  23. #7 0x400072a8 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement