|
GDB (xrefs)
|
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 352 of file amd64-linux-nat.c.
| unsigned int compat_siginfo::_addr |
Definition at line 398 of file amd64-linux-nat.c.
| int compat_siginfo::_band |
Definition at line 404 of file amd64-linux-nat.c.
| int compat_siginfo::_fd |
Definition at line 405 of file amd64-linux-nat.c.
| struct { ... } compat_siginfo::_kill |
| int compat_siginfo::_overrun |
Definition at line 373 of file amd64-linux-nat.c.
Definition at line 360 of file amd64-linux-nat.c.
| unsigned int compat_siginfo::_pid |
Definition at line 365 of file amd64-linux-nat.c.
| 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 374 of file amd64-linux-nat.c.
| int compat_siginfo::_status |
Definition at line 390 of file amd64-linux-nat.c.
| compat_clock_t compat_siginfo::_stime |
Definition at line 392 of file amd64-linux-nat.c.
| compat_timer_t compat_siginfo::_tid |
Definition at line 372 of file amd64-linux-nat.c.
| struct { ... } compat_siginfo::_timer |
| unsigned int compat_siginfo::_uid |
Definition at line 366 of file amd64-linux-nat.c.
| compat_clock_t compat_siginfo::_utime |
Definition at line 391 of file amd64-linux-nat.c.
| int compat_siginfo::si_code |
Definition at line 356 of file amd64-linux-nat.c.
Referenced by compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
| int compat_siginfo::si_errno |
Definition at line 355 of file amd64-linux-nat.c.
Referenced by compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
| int compat_siginfo::si_signo |
Definition at line 354 of file amd64-linux-nat.c.
Referenced by compat_siginfo_from_siginfo(), and siginfo_from_compat_siginfo().
1.8.10