aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-10-10 13:50:50 +0000
committerPedro Alves <palves@redhat.com>2011-10-10 13:50:50 +0000
commiteff3df781d135e79dd97a5a18fe1a92ea8dcb2da (patch)
treeb7b2742b8ed65de81b29acd60ea33843950d8ef2 /gdb
parent4b60df3d6374f21f2142badb9e3551a77b1fc360 (diff)
downloadfsf-binutils-gdb-eff3df781d135e79dd97a5a18fe1a92ea8dcb2da.zip
fsf-binutils-gdb-eff3df781d135e79dd97a5a18fe1a92ea8dcb2da.tar.gz
fsf-binutils-gdb-eff3df781d135e79dd97a5a18fe1a92ea8dcb2da.tar.bz2
2011-10-10 Pedro Alves <pedro@codesourcery.com>
gdb/ * linux-nat.c (resume_lwp): Remove redundant debug output.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/linux-nat.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ef40fd0..e451cb6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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
last_resume_kind before clearing it, and use the copy instead to
determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index 80cd5f5..099f8ed 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -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));