summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-07-06 16:52:19 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-07-06 16:52:19 +0000
commitccd87cae79a4e6aac4675bd0ad770aa46ab80de2 (patch)
tree7cf5dedc9a2fa86b2bf647a608ca73d6b4fe336c /gdb/linux-nat.h
parent52fc103f248ffc9d32b17b22974d565cd042acd9 (diff)
downloadgdb-ccd87cae79a4e6aac4675bd0ad770aa46ab80de2.tar.gz
gdb/
* linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO clearing. (save_siginfo): Remove. (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo call. (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing. (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO. * linux-nat.h (struct lwp_info): Remove field siginfo.
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r--gdb/linux-nat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h
index 52549dab681..50998b81ed8 100644
--- a/gdb/linux-nat.h
+++ b/gdb/linux-nat.h
@@ -76,10 +76,6 @@ struct lwp_info
/* Non-zero if we were stepping this LWP. */
int step;
- /* Non-zero si_signo if this LWP stopped with a trap. si_addr may
- be the address of a hardware watchpoint. */
- siginfo_t siginfo;
-
/* STOPPED_BY_WATCHPOINT is non-zero if this LWP stopped with a data
watchpoint trap. */
int stopped_by_watchpoint;