Revision 00e94dbc

b/gdbstub.c
2062 2062
            goto unknown_command;
2063 2063
        }
2064 2064
    case 'k':
2065
#ifdef CONFIG_USER_ONLY
2065 2066
        /* Kill the target */
2066 2067
        fprintf(stderr, "\nQEMU: Terminated via GDBstub\n");
2067 2068
        exit(0);
2069
#endif
2068 2070
    case 'D':
2069 2071
        /* Detach packet */
2070 2072
        gdb_breakpoint_remove_all();

Also available in: Unified diff