diff options
author | Pedro Alves <palves@redhat.com> | 2011-10-10 13:50:50 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-10-10 13:50:50 +0000 |
commit | eff3df781d135e79dd97a5a18fe1a92ea8dcb2da (patch) | |
tree | b7b2742b8ed65de81b29acd60ea33843950d8ef2 /gdb/linux-nat.c | |
parent | 4b60df3d6374f21f2142badb9e3551a77b1fc360 (diff) | |
download | gdb-eff3df781d135e79dd97a5a18fe1a92ea8dcb2da.zip gdb-eff3df781d135e79dd97a5a18fe1a92ea8dcb2da.tar.gz 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/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 4 |
1 files changed, 0 insertions, 4 deletions
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)); |