]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/main.c
gdbstub: Save target's siginfo
[mirror_qemu.git] / bsd-user / main.c
index 3dc285e5b742cc458d40d4125467d2331e86a179..01b313756e371ef73d732ce73ffec4dcfac2381f 100644 (file)
@@ -606,7 +606,7 @@ int main(int argc, char **argv)
 
     if (gdbstub) {
         gdbserver_start(gdbstub);
-        gdb_handlesig(cpu, 0);
+        gdb_handlesig(cpu, 0, NULL, NULL, 0);
     }
     cpu_loop(env);
     /* never exits */