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
Functions | Variables
monitored_target.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include "common.h"
#include "log.h"
#include "monitor.h"
#include "proxyreq.h"
#include "target_rpc.h"
#include "debuginfo_rpc.h"
Include dependency graph for monitored_target.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

struct targettarget = NULL
 
struct monitormonitor = NULL
 
struct target_spectspec = NULL
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 65 of file monitored_target.c.

Variable Documentation

struct monitor* monitor = NULL

Definition at line 23 of file monitored_target.c.

struct target* target = NULL

Definition at line 22 of file monitored_target.c.

struct target_spec* tspec = NULL

Definition at line 24 of file monitored_target.c.