diff options
author | Fabien Chouteau <chouteau@adacore.com> | 2015-02-07 09:38:45 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-05-28 16:57:35 +0100 |
commit | ce0274f730eacbd24c706523ddbbabb6b95d0659 (patch) | |
tree | c3d80cae62657a9816de60a0521c58c83da2a60f /gdbstub.c | |
parent | a3919386eab91b56e40fb4faead980f57a664b2e (diff) |
Revert "gdbstub: Do not kill target in system emulation mode"
The requirements described in this patch are implemented by "Add GDB
qAttached support".
This reverts commit 00e94dbc7fd0110b0555d59592b004333adfb4b8.
Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'gdbstub.c')
-rw-r--r-- | gdbstub.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -888,11 +888,9 @@ static int gdb_handle_packet(GDBState *s, const char *line_buf) goto unknown_command; } case 'k': -#ifdef CONFIG_USER_ONLY /* Kill the target */ fprintf(stderr, "\nQEMU: Terminated via GDBstub\n"); exit(0); -#endif case 'D': /* Detach packet */ gdb_breakpoint_remove_all(); |