diff options
Diffstat (limited to 'gdb/inf-ttrace.c')
-rw-r--r-- | gdb/inf-ttrace.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/inf-ttrace.c b/gdb/inf-ttrace.c index e9dcda899a4..c13eea4adf2 100644 --- a/gdb/inf-ttrace.c +++ b/gdb/inf-ttrace.c @@ -1,6 +1,6 @@ /* Low-level child interface to ttrace. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GDB. @@ -636,12 +636,6 @@ inf_ttrace_create_inferior (char *exec_file, char *allargs, char **env, fork_inferior (exec_file, allargs, env, inf_ttrace_me, inf_ttrace_him, inf_ttrace_prepare, NULL); - - /* We are at the first instruction we care about. */ - observer_notify_inferior_created (¤t_target, from_tty); - - /* Pedal to the metal... */ - proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0); } static void |