diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-06 16:52:20 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-06 16:52:20 +0000 |
commit | da559b09fdbc9427add796ec7191c37aeb18cced (patch) | |
tree | abbc5062707c7885cb70a0b18f034612387c7bcc /gdb/linux-nat.h | |
parent | f865ee35b75718f7b0a1c75f7cf9167bb40c6f0c (diff) | |
download | gdb-da559b09fdbc9427add796ec7191c37aeb18cced.zip gdb-da559b09fdbc9427add796ec7191c37aeb18cced.tar.gz gdb-da559b09fdbc9427add796ec7191c37aeb18cced.tar.bz2 |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index 52549da..50998b8 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; |