Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save doug65536/9321854cb62d85b3893b5c2b813d8e5e to your computer and use it in GitHub Desktop.
Save doug65536/9321854cb62d85b3893b5c2b813d8e5e to your computer and use it in GitHub Desktop.
gdbstub_io_command Received: qXfer:features:read:target.xml:0,ffb
gdbstub_io_binaryreply 0x0000: 6c 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 l<?xml version="
gdbstub_io_binaryreply 0x0010: 31 2e 30 22 3f 3e 3c 21 44 4f 43 54 59 50 45 20 1.0"?><!DOCTYPE
gdbstub_io_binaryreply 0x0020: 74 61 72 67 65 74 20 53 59 53 54 45 4d 20 22 67 target SYSTEM "g
gdbstub_io_binaryreply 0x0030: 64 62 2d 74 61 72 67 65 74 2e 64 74 64 22 3e 3c db-target.dtd"><
gdbstub_io_binaryreply 0x0040: 74 61 72 67 65 74 3e 3c 61 72 63 68 69 74 65 63 target><architec
gdbstub_io_binaryreply 0x0050: 74 75 72 65 3e 61 72 6d 3c 2f 61 72 63 68 69 74 ture>arm</archit <-- arm is wrong
gdbstub_io_binaryreply 0x0060: 65 63 74 75 72 65 3e 3c 78 69 3a 69 6e 63 6c 75 ecture><xi:inclu should be aarch64
gdbstub_io_binaryreply 0x0070: 64 65 20 68 72 65 66 3d 22 61 72 6d 2d 63 6f 72 de href="arm-cor
gdbstub_io_binaryreply 0x0080: 65 2e 78 6d 6c 22 2f 3e 3c 78 69 3a 69 6e 63 6c e.xml"/><xi:incl
gdbstub_io_binaryreply 0x0090: 75 64 65 20 68 72 65 66 3d 22 61 72 6d 2d 6e 65 ude href="arm-ne
gdbstub_io_binaryreply 0x00a0: 6f 6e 2e 78 6d 6c 22 2f 3e 3c 78 69 3a 69 6e 63 on.xml"/><xi:inc
gdbstub_io_binaryreply 0x00b0: 6c 75 64 65 20 68 72 65 66 3d 22 73 79 73 74 65 lude href="syste
gdbstub_io_binaryreply 0x00c0: 6d 2d 72 65 67 69 73 74 65 72 73 2e 78 6d 6c 22 m-registers.xml"
gdbstub_io_binaryreply 0x00d0: 2f 3e 3c 2f 74 61 72 67 65 74 3e /></target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment