Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_php.h>
Data Fields | |
unsigned int | is_executing:1 |
struct value * | current_execute_data_v |
GSList * | stack_frames |
struct target_location_ctxt * | base_tlctxt |
struct { | |
ADDR tsrm_ls | |
} | ztsinfo |
struct value * | CG |
struct value * | EG |
struct probe * | fprobe |
struct probe * | fprobe_return |
struct probe * | vprobe |
Definition at line 39 of file target_php.h.
struct target_location_ctxt* php_thread_state::base_tlctxt |
Definition at line 54 of file target_php.h.
struct value* php_thread_state::CG |
Definition at line 60 of file target_php.h.
struct value* php_thread_state::current_execute_data_v |
Definition at line 42 of file target_php.h.
struct value* php_thread_state::EG |
Definition at line 61 of file target_php.h.
struct probe* php_thread_state::fprobe |
Definition at line 63 of file target_php.h.
struct probe* php_thread_state::fprobe_return |
Definition at line 64 of file target_php.h.
unsigned int php_thread_state::is_executing |
Definition at line 40 of file target_php.h.
GSList* php_thread_state::stack_frames |
Definition at line 43 of file target_php.h.
ADDR php_thread_state::tsrm_ls |
Definition at line 57 of file target_php.h.
struct probe* php_thread_state::vprobe |
Definition at line 65 of file target_php.h.
struct { ... } php_thread_state::ztsinfo |