diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 976276b..8865244 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -2976,7 +2976,7 @@ detach_command (const char *args, int from_tty) disconnect_tracing (); - target_detach (args, from_tty); + target_detach (from_tty); /* The current inferior process was just detached successfully. Get rid of breakpoints that no longer make sense. Note we don't do |