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
Macros | Functions | Variables
target_xen_vm_vmp.c File Reference
#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"
Include dependency graph for target_xen_vm_vmp.c:

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
 

Macro Definition Documentation

#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.

Function Documentation

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.

Variable Documentation

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.