|
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 |
| 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 46 of file aarch64-linux.h.
| unsigned int compat_siginfo::_addr |
Definition at line 92 of file aarch64-linux.h.
| short int compat_siginfo::_addr_lsb |
Definition at line 189 of file amd64-linux-siginfo.c.
| 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 |
| struct { ... } compat_siginfo::_kill |
| unsigned int compat_siginfo::_lower |
Definition at line 192 of file amd64-linux-siginfo.c.
| 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 |
| struct { ... } compat_siginfo::_rt |
| union { ... } compat_siginfo::_sifields |
| union { ... } compat_siginfo::_sifields |
| struct { ... } compat_siginfo::_sigchld |
| struct { ... } compat_siginfo::_sigchld |
| struct { ... } compat_siginfo::_sigfault |
| struct { ... } compat_siginfo::_sigfault |
| struct { ... } compat_siginfo::_sigpoll |
| 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 |
| struct { ... } compat_siginfo::_timer |
| unsigned int compat_siginfo::_uid |
Definition at line 60 of file aarch64-linux.h.
| unsigned int compat_siginfo::_upper |
Definition at line 193 of file amd64-linux-siginfo.c.
| compat_clock_t compat_siginfo::_utime |
Definition at line 85 of file aarch64-linux.h.
| struct { ... } compat_siginfo::si_addr_bnd |
| int compat_siginfo::si_code |
Definition at line 50 of file aarch64-linux.h.
Referenced by aarch64_compat_siginfo_from_siginfo(), aarch64_siginfo_from_compat_siginfo(), compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
| int compat_siginfo::si_errno |
Definition at line 49 of file aarch64-linux.h.
Referenced by aarch64_compat_siginfo_from_siginfo(), aarch64_siginfo_from_compat_siginfo(), compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
| int compat_siginfo::si_signo |
Definition at line 48 of file aarch64-linux.h.
Referenced by aarch64_compat_siginfo_from_siginfo(), aarch64_siginfo_from_compat_siginfo(), compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
1.8.14