Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_process.h>
Data Fields | |
struct target * | target |
struct target_thread * | thread |
tid_t | tid |
obj_flags_t | obj_flags |
REFCNT | refcnt |
REFCNT | refcntw |
GHashTable * | threads |
GHashTable * | children |
struct addrspace * | space |
struct target_process * | parent |
Definition at line 49 of file target_process.h.
GHashTable* target_process::children |
Definition at line 69 of file target_process.h.
obj_flags_t target_process::obj_flags |
Definition at line 57 of file target_process.h.
struct target_process* target_process::parent |
Definition at line 79 of file target_process.h.
REFCNT target_process::refcnt |
Definition at line 58 of file target_process.h.
REFCNT target_process::refcntw |
Definition at line 59 of file target_process.h.
struct addrspace* target_process::space |
Definition at line 77 of file target_process.h.
struct target* target_process::target |
Definition at line 50 of file target_process.h.
struct target_thread* target_process::thread |
Definition at line 54 of file target_process.h.
GHashTable* target_process::threads |
Definition at line 64 of file target_process.h.
tid_t target_process::tid |
Definition at line 55 of file target_process.h.