Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
old_linux_syscall_probe_state Struct Reference
Collaboration diagram for old_linux_syscall_probe_state:
Collaboration graph
[legend]

Data Fields

struct bsymbolsystem_call_symbol
 
ADDR system_call_base_addr
 
struct array_listsystem_call_ret_idata_list
 
struct probesyscall_entry_probe
 
struct probesyscall_ret_probe
 
GHashTable * thread_syscall_state_current
 
GHashTable * thread_syscall_state_last
 

Detailed Description

Definition at line 2498 of file target_os_linux_generic.c.

Field Documentation

struct probe* old_linux_syscall_probe_state::syscall_entry_probe

Definition at line 2520 of file target_os_linux_generic.c.

struct probe* old_linux_syscall_probe_state::syscall_ret_probe

Definition at line 2521 of file target_os_linux_generic.c.

ADDR old_linux_syscall_probe_state::system_call_base_addr

Definition at line 2500 of file target_os_linux_generic.c.

struct array_list* old_linux_syscall_probe_state::system_call_ret_idata_list

Definition at line 2501 of file target_os_linux_generic.c.

struct bsymbol* old_linux_syscall_probe_state::system_call_symbol

Definition at line 2499 of file target_os_linux_generic.c.

GHashTable* old_linux_syscall_probe_state::thread_syscall_state_current

Definition at line 2524 of file target_os_linux_generic.c.

GHashTable* old_linux_syscall_probe_state::thread_syscall_state_last

Definition at line 2526 of file target_os_linux_generic.c.


The documentation for this struct was generated from the following file: