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
php_state Struct Reference

#include <target_php.h>

Collaboration diagram for php_state:
Collaboration graph
[legend]

Data Fields

unsigned int zts:1
 
struct target_location_ctxtdefault_tlctxt
 
struct debugfiledebugfile
 
struct {
   int   CG_id
 
   int   EG_id
 
ztsinfo
 
int debugfile_symbol_counter
 
struct symbolbuiltin_root
 
struct symbol ** base_symbols
 
struct symbolzend_function_type
 
struct symbolzend_class_entry_ptr_type
 
struct symbolzend_zval_type
 
struct symbolzend_zval_ptr_type
 
struct symbolzend_arg_info_type
 
struct bsymbolfprobe_func
 
struct bsymbolfprobe_func_execute_data_arg
 
struct bsymbolfprobe_func_return
 
struct symbol_zend_compiler_globals_type
 
struct symbol_zend_executor_globals_type
 

Detailed Description

Definition at line 99 of file target_php.h.

Field Documentation

struct symbol* php_state::_zend_compiler_globals_type

Definition at line 133 of file target_php.h.

struct symbol* php_state::_zend_executor_globals_type

Definition at line 134 of file target_php.h.

struct symbol** php_state::base_symbols

Definition at line 121 of file target_php.h.

struct symbol* php_state::builtin_root

Definition at line 120 of file target_php.h.

int php_state::CG_id

Definition at line 115 of file target_php.h.

struct debugfile* php_state::debugfile

Definition at line 108 of file target_php.h.

int php_state::debugfile_symbol_counter

Definition at line 119 of file target_php.h.

struct target_location_ctxt* php_state::default_tlctxt

Definition at line 102 of file target_php.h.

int php_state::EG_id

Definition at line 116 of file target_php.h.

struct bsymbol* php_state::fprobe_func

Definition at line 129 of file target_php.h.

struct bsymbol* php_state::fprobe_func_execute_data_arg

Definition at line 130 of file target_php.h.

struct bsymbol* php_state::fprobe_func_return

Definition at line 131 of file target_php.h.

struct symbol* php_state::zend_arg_info_type

Definition at line 127 of file target_php.h.

struct symbol* php_state::zend_class_entry_ptr_type

Definition at line 124 of file target_php.h.

struct symbol* php_state::zend_function_type

Definition at line 123 of file target_php.h.

struct symbol* php_state::zend_zval_ptr_type

Definition at line 126 of file target_php.h.

struct symbol* php_state::zend_zval_type

Definition at line 125 of file target_php.h.

unsigned int php_state::zts

Definition at line 100 of file target_php.h.

struct { ... } php_state::ztsinfo

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