]> git.proxmox.com Git - mirror_qemu.git/blobdiff - gdbstub/internals.h
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
[mirror_qemu.git] / gdbstub / internals.h
index f2b46cce4123efcda8e4e25ec2a762cf61cd11bc..fee243081fff07e90eb58416a0ad7013f5c92edf 100644 (file)
@@ -33,7 +33,8 @@ typedef struct GDBProcess {
     uint32_t pid;
     bool attached;
 
-    char target_xml[1024];
+    /* If gdb sends qXfer:features:read:target.xml this will be populated */
+    char *target_xml;
 } GDBProcess;
 
 enum RSState {