GDBserver
|
#include "aarch64-linux.h"
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 | ||
} _sigfault | ||
struct { | ||
int _band | ||
int _fd | ||
} _sigpoll | ||
} | _sifields | |
Definition at line 46 of file aarch64-linux.h.
unsigned int compat_siginfo::_addr |
Definition at line 92 of file aarch64-linux.h.
int compat_siginfo::_band |
Definition at line 98 of file aarch64-linux.h.
int compat_siginfo::_fd |
Definition at line 99 of file aarch64-linux.h.
struct { ... } compat_siginfo::_kill |
int compat_siginfo::_overrun |
Definition at line 67 of file aarch64-linux.h.
int compat_siginfo::_pad[((128/sizeof(int)) - 3)] |
Definition at line 54 of file aarch64-linux.h.
unsigned int compat_siginfo::_pid |
Definition at line 59 of file aarch64-linux.h.
struct { ... } compat_siginfo::_rt |
union { ... } compat_siginfo::_sifields |
struct { ... } compat_siginfo::_sigchld |
struct { ... } compat_siginfo::_sigfault |
struct { ... } compat_siginfo::_sigpoll |
compat_sigval_t compat_siginfo::_sigval |
Definition at line 68 of file aarch64-linux.h.
int compat_siginfo::_status |
Definition at line 84 of file aarch64-linux.h.
compat_clock_t compat_siginfo::_stime |
Definition at line 86 of file aarch64-linux.h.
compat_timer_t compat_siginfo::_tid |
Definition at line 66 of file aarch64-linux.h.
struct { ... } compat_siginfo::_timer |
unsigned int compat_siginfo::_uid |
Definition at line 60 of file aarch64-linux.h.
compat_clock_t compat_siginfo::_utime |
Definition at line 85 of file aarch64-linux.h.
int compat_siginfo::si_code |
Definition at line 50 of file aarch64-linux.h.
int compat_siginfo::si_errno |
Definition at line 49 of file aarch64-linux.h.
int compat_siginfo::si_signo |
Definition at line 48 of file aarch64-linux.h.