2011-10-10 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Mon, 10 Oct 2011 13:50:50 +0000 (13:50 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 10 Oct 2011 13:50:50 +0000 (13:50 +0000)
gdb/
* linux-nat.c (resume_lwp): Remove redundant debug output.

gdb/ChangeLog
gdb/linux-nat.c

index ef40fd07be4d74655b72444a2a9a1d4b5c012514..e451cb66676ee3720f3c068841c549cd2ea16139 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (resume_lwp): Remove redundant debug output.
+
 2011-10-10  Pedro Alves  <pedro@codesourcery.com>
 
        * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
index 80cd5f539276674c059a60e92f1697a8bf33a8fd..099f8ed260c148efe2b4dd29dfa37bd8e32728f8 100644 (file)
@@ -1829,10 +1829,6 @@ resume_lwp (struct lwp_info *lp, int step)
          linux_ops->to_resume (linux_ops,
                                pid_to_ptid (GET_LWP (lp->ptid)),
                                step, TARGET_SIGNAL_0);
-         if (debug_linux_nat)
-           fprintf_unfiltered (gdb_stdlog,
-                               "RC:  PTRACE_CONT %s, 0, 0 (resume sibling)\n",
-                               target_pid_to_str (lp->ptid));
          lp->stopped = 0;
          lp->step = step;
          memset (&lp->siginfo, 0, sizeof (lp->siginfo));