GDBserver
|
Public Attributes | ||
int | si_signo | |
int | si_errno | |
int | si_code | |
union { | ||
int _pad [((128/sizeof(int)) - 4)] | ||
struct { | ||
unsigned int _pid | ||
unsigned int _uid | ||
} _kill | ||
struct { | ||
nat_timer_t _tid | ||
int _overrun | ||
nat_sigval_t _sigval | ||
} _timer | ||
struct { | ||
unsigned int _pid | ||
unsigned int _uid | ||
nat_sigval_t _sigval | ||
} _rt | ||
struct { | ||
unsigned int _pid | ||
unsigned int _uid | ||
int _status | ||
nat_clock_t _utime | ||
nat_clock_t _stime | ||
} _sigchld | ||
struct { | ||
nat_uptr_t _addr | ||
short int _addr_lsb | ||
struct { | ||
nat_uptr_t _lower | ||
nat_uptr_t _upper | ||
} si_addr_bnd | ||
} _sigfault | ||
struct { | ||
int _band | ||
int _fd | ||
} _sigpoll | ||
} | _sifields | |
Definition at line 54 of file amd64-linux-siginfo.c.
nat_uptr_t nat_siginfo_t::_addr |
Definition at line 99 of file amd64-linux-siginfo.c.
short int nat_siginfo_t::_addr_lsb |
Definition at line 100 of file amd64-linux-siginfo.c.
int nat_siginfo_t::_band |
Definition at line 111 of file amd64-linux-siginfo.c.
int nat_siginfo_t::_fd |
Definition at line 112 of file amd64-linux-siginfo.c.
struct { ... } nat_siginfo_t::_kill |
nat_uptr_t nat_siginfo_t::_lower |
Definition at line 103 of file amd64-linux-siginfo.c.
int nat_siginfo_t::_overrun |
Definition at line 74 of file amd64-linux-siginfo.c.
int nat_siginfo_t::_pad[((128/sizeof(int)) - 4)] |
Definition at line 62 of file amd64-linux-siginfo.c.
unsigned int nat_siginfo_t::_pid |
Definition at line 66 of file amd64-linux-siginfo.c.
struct { ... } nat_siginfo_t::_rt |
union { ... } nat_siginfo_t::_sifields |
struct { ... } nat_siginfo_t::_sigchld |
struct { ... } nat_siginfo_t::_sigfault |
struct { ... } nat_siginfo_t::_sigpoll |
nat_sigval_t nat_siginfo_t::_sigval |
Definition at line 75 of file amd64-linux-siginfo.c.
int nat_siginfo_t::_status |
Definition at line 91 of file amd64-linux-siginfo.c.
nat_clock_t nat_siginfo_t::_stime |
Definition at line 93 of file amd64-linux-siginfo.c.
nat_timer_t nat_siginfo_t::_tid |
Definition at line 73 of file amd64-linux-siginfo.c.
struct { ... } nat_siginfo_t::_timer |
unsigned int nat_siginfo_t::_uid |
Definition at line 67 of file amd64-linux-siginfo.c.
nat_uptr_t nat_siginfo_t::_upper |
Definition at line 104 of file amd64-linux-siginfo.c.
nat_clock_t nat_siginfo_t::_utime |
Definition at line 92 of file amd64-linux-siginfo.c.
struct { ... } nat_siginfo_t::si_addr_bnd |
int nat_siginfo_t::si_code |
Definition at line 58 of file amd64-linux-siginfo.c.
Referenced by compat_siginfo_from_siginfo(), compat_x32_siginfo_from_siginfo(), siginfo_from_compat_siginfo(), and siginfo_from_compat_x32_siginfo().
int nat_siginfo_t::si_errno |
Definition at line 57 of file amd64-linux-siginfo.c.
Referenced by compat_siginfo_from_siginfo(), compat_x32_siginfo_from_siginfo(), siginfo_from_compat_siginfo(), and siginfo_from_compat_x32_siginfo().
int nat_siginfo_t::si_signo |
Definition at line 56 of file amd64-linux-siginfo.c.
Referenced by compat_siginfo_from_siginfo(), compat_x32_siginfo_from_siginfo(), siginfo_from_compat_siginfo(), and siginfo_from_compat_x32_siginfo().