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

#include <target_process.h>

Collaboration diagram for target_process:
Collaboration graph
[legend]

Data Fields

struct targettarget
 
struct target_threadthread
 
tid_t tid
 
obj_flags_t obj_flags
 
REFCNT refcnt
 
REFCNT refcntw
 
GHashTable * threads
 
GHashTable * children
 
struct addrspacespace
 
struct target_processparent
 

Detailed Description

Definition at line 49 of file target_process.h.

Field Documentation

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.


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