Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>
#include <dwdebug.h>
#include <target_api.h>
#include <target.h>
#include <target_xen_vm.h>
#include <probe_api.h>
#include <probe.h>
#include <alist.h>
#include <xentt.h>
#include <bts.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | debug = 0 |
GHashTable * | probes |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 72 of file trace_task.c.
int debug = 0 |
Definition at line 31 of file trace_task.c.
GHashTable* probes |
Definition at line 37 of file trace_task.c.