Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_linux_userproc.h>
Data Fields | |
int8_t | ctl_sig_sent:1 |
int8_t | ctl_sig_recv:1 |
int8_t | ctl_sig_synch:1 |
int8_t | ctl_sig_pause_all:1 |
int | last_status |
int | last_signo |
struct user_regs_struct | regs |
ptrace_reg_t | dr [8] |
Definition at line 71 of file target_linux_userproc.h.
int8_t linux_userproc_thread_state::ctl_sig_pause_all |
Definition at line 72 of file target_linux_userproc.h.
int8_t linux_userproc_thread_state::ctl_sig_recv |
Definition at line 72 of file target_linux_userproc.h.
int8_t linux_userproc_thread_state::ctl_sig_sent |
Definition at line 72 of file target_linux_userproc.h.
int8_t linux_userproc_thread_state::ctl_sig_synch |
Definition at line 72 of file target_linux_userproc.h.
ptrace_reg_t linux_userproc_thread_state::dr[8] |
Definition at line 84 of file target_linux_userproc.h.
int linux_userproc_thread_state::last_signo |
Definition at line 77 of file target_linux_userproc.h.
int linux_userproc_thread_state::last_status |
Definition at line 76 of file target_linux_userproc.h.
struct user_regs_struct linux_userproc_thread_state::regs |
Definition at line 79 of file target_linux_userproc.h.