Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#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"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
struct target * | target = NULL |
struct monitor * | monitor = NULL |
struct target_spec * | tspec = NULL |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 65 of file monitored_target.c.
Definition at line 23 of file monitored_target.c.
Definition at line 22 of file monitored_target.c.
struct target_spec* tspec = NULL |
Definition at line 24 of file monitored_target.c.