diff options
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r-- | gdb/inf-ptrace.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 521b41c6ea6..6e4706a3d20 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -148,17 +148,7 @@ inf_ptrace_target::attach (const char *args, int from_tty) unpusher.reset (this); } - if (from_tty) - { - const char *exec_file = get_exec_file (0); - - if (exec_file) - printf_unfiltered (_("Attaching to program: %s, %s\n"), exec_file, - target_pid_to_str (ptid_t (pid)).c_str ()); - else - printf_unfiltered (_("Attaching to %s\n"), - target_pid_to_str (ptid_t (pid)).c_str ()); - } + target_announce_attach (from_tty, pid); #ifdef PT_ATTACH errno = 0; |