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 Structures | Functions | Variables
target_os_process.h File Reference
#include <glib.h>
#include "evloop.h"
#include "target_api.h"
Include dependency graph for target_os_process.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  os_process_spec
 
struct  os_process_thread_state
 
struct  os_process_state
 

Functions

struct os_process_specos_process_build_spec (void)
 
void os_process_free_spec (struct os_process_spec *spec)
 

Variables

struct target_ops os_process_ops
 

Function Documentation

struct os_process_spec* os_process_build_spec ( void  )

Definition at line 36 of file target_os_process.c.

void os_process_free_spec ( struct os_process_spec spec)

Definition at line 40 of file target_os_process.c.

Variable Documentation

struct target_ops os_process_ops

Definition at line 139 of file target_os_process.c.