]> Git Repo - qemu.git/blobdiff - gdbstub.c
target/ppc: move FP and VMX registers into aligned vsr register array
[qemu.git] / gdbstub.c
index 1517563abe148ded59a8410035d50284259726d8..bfc7afb509688cd0e449f8f0b6f41e835e68b0ca 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1732,6 +1732,12 @@ static int gdb_handle_packet(GDBState *s, const char *line_buf)
             if (cc->gdb_core_xml_file != NULL) {
                 pstrcat(buf, sizeof(buf), ";qXfer:features:read+");
             }
+
+            if (strstr(p, "multiprocess+")) {
+                s->multiprocess = true;
+            }
+            pstrcat(buf, sizeof(buf), ";multiprocess+");
+
             put_packet(s, buf);
             break;
         }
This page took 0.022824 seconds and 4 git commands to generate.