|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include "config.h"#include <stdio.h>#include <errno.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/socket.h>#include <sys/un.h>#include <signal.h>#include <getopt.h>#include <unistd.h>#include <stdlib.h>#include <fcntl.h>#include <xenctrl.h>#include <xen/xen.h>#include <glib.h>#include "common.h"#include "target.h"#include "target_xen_vm.h"#include "target_xen_vm_vmp.h"
Go to the source code of this file.
Macros | |
| #define | UNIX_PATH_MAX (size_t)sizeof(((struct sockaddr_un *) 0)->sun_path) |
| #define | XC_IF_INVALID (-1) |
Functions | |
| void | cleanup () |
| void | sigh (int signo) |
| int | main (int argc, char **argv) |
Variables | |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| char * | path = NULL |
| int | xce_fd = -1 |
| #define UNIX_PATH_MAX (size_t)sizeof(((struct sockaddr_un *) 0)->sun_path) |
Definition at line 28 of file target_xen_vm_vmp.c.
| #define XC_IF_INVALID (-1) |
Definition at line 61 of file target_xen_vm_vmp.c.
| void cleanup | ( | void | ) |
Definition at line 71 of file target_xen_vm_vmp.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 108 of file target_xen_vm_vmp.c.
| void sigh | ( | int | signo | ) |
Definition at line 100 of file target_xen_vm_vmp.c.
| char* optarg |
| int opterr |
| int optind |
| int optopt |
| char* path = NULL |
Definition at line 52 of file target_xen_vm_vmp.c.
| int xce_fd = -1 |
Definition at line 69 of file target_xen_vm_vmp.c.
1.8.8