GDBserver
|
Public Attributes | ||
int | si_signo | |
int | si_errno | |
int | si_code | |
union { | ||
int _pad [((128/sizeof(int)) - 3)] | ||
struct { | ||
unsigned int _pid | ||
unsigned int _uid | ||
} _kill | ||
struct { | ||
compat_timer_t _tid | ||
int _overrun | ||
compat_sigval_t _sigval | ||
} _timer | ||
struct { | ||
unsigned int _pid | ||
unsigned int _uid | ||
compat_sigval_t _sigval | ||
} _rt | ||
struct { | ||
unsigned int _pid | ||
unsigned int _uid | ||
int _status | ||
compat_clock_t _utime | ||
compat_clock_t _stime | ||
} _sigchld | ||
struct { | ||
unsigned int _addr | ||
short int _addr_lsb | ||
struct { | ||
unsigned int _lower | ||
unsigned int _upper | ||
} si_addr_bnd | ||
} _sigfault | ||
struct { | ||
int _band | ||
int _fd | ||
} _sigpoll | ||
} | _sifields | |
Definition at line 142 of file amd64-linux-siginfo.c.
unsigned int compat_siginfo_t::_addr |
Definition at line 188 of file amd64-linux-siginfo.c.
short int compat_siginfo_t::_addr_lsb |
Definition at line 189 of file amd64-linux-siginfo.c.
int compat_siginfo_t::_band |
Definition at line 200 of file amd64-linux-siginfo.c.
int compat_siginfo_t::_fd |
Definition at line 201 of file amd64-linux-siginfo.c.
struct { ... } compat_siginfo_t::_kill |
unsigned int compat_siginfo_t::_lower |
Definition at line 192 of file amd64-linux-siginfo.c.
int compat_siginfo_t::_overrun |
Definition at line 163 of file amd64-linux-siginfo.c.
int compat_siginfo_t::_pad[((128/sizeof(int)) - 3)] |
Definition at line 150 of file amd64-linux-siginfo.c.
unsigned int compat_siginfo_t::_pid |
Definition at line 155 of file amd64-linux-siginfo.c.
struct { ... } compat_siginfo_t::_rt |
union { ... } compat_siginfo_t::_sifields |
struct { ... } compat_siginfo_t::_sigchld |
struct { ... } compat_siginfo_t::_sigfault |
struct { ... } compat_siginfo_t::_sigpoll |
compat_sigval_t compat_siginfo_t::_sigval |
Definition at line 164 of file amd64-linux-siginfo.c.
int compat_siginfo_t::_status |
Definition at line 180 of file amd64-linux-siginfo.c.
compat_clock_t compat_siginfo_t::_stime |
Definition at line 182 of file amd64-linux-siginfo.c.
compat_timer_t compat_siginfo_t::_tid |
Definition at line 162 of file amd64-linux-siginfo.c.
struct { ... } compat_siginfo_t::_timer |
unsigned int compat_siginfo_t::_uid |
Definition at line 156 of file amd64-linux-siginfo.c.
unsigned int compat_siginfo_t::_upper |
Definition at line 193 of file amd64-linux-siginfo.c.
compat_clock_t compat_siginfo_t::_utime |
Definition at line 181 of file amd64-linux-siginfo.c.
struct { ... } compat_siginfo_t::si_addr_bnd |
int compat_siginfo_t::si_code |
Definition at line 146 of file amd64-linux-siginfo.c.
Referenced by aarch64_compat_siginfo_from_siginfo(), aarch64_siginfo_from_compat_siginfo(), compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
int compat_siginfo_t::si_errno |
Definition at line 145 of file amd64-linux-siginfo.c.
Referenced by aarch64_compat_siginfo_from_siginfo(), aarch64_siginfo_from_compat_siginfo(), compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
int compat_siginfo_t::si_signo |
Definition at line 144 of file amd64-linux-siginfo.c.
Referenced by aarch64_compat_siginfo_from_siginfo(), aarch64_siginfo_from_compat_siginfo(), compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().