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
Data Structures | Functions
target_listener.gsm.h File Reference
#import "xsdc.gsm.h"
#import "target_xml.gsm.h"
Include dependency graph for target_listener.gsm.h:

Go to the source code of this file.

Data Structures

struct  vmi1__TargetEventNotificationResponse
 
struct  vmi1__ProbeEventNotificationResponse
 
struct  vmi1__ActionEventNotificationResponse
 

Functions

int vmi1__TargetEventNotification (struct vmi1__TargetEventT *targetEvent, struct vmi1__TargetEventNotificationResponse *r)
 
int vmi1__ProbeEventNotification (struct vmi1__ProbeEventT *probeEvent, struct vmi1__ProbeEventNotificationResponse *r)
 
int vmi1__ActionEventNotification (struct vmi1__ActionEventT *actionEvent, struct vmi1__ActionEventNotificationResponse *r)
 

Function Documentation

int vmi1__ActionEventNotification ( struct vmi1__ActionEventT *  actionEvent,
struct vmi1__ActionEventNotificationResponse r 
)
int vmi1__ProbeEventNotification ( struct vmi1__ProbeEventT *  probeEvent,
struct vmi1__ProbeEventNotificationResponse r 
)
int vmi1__TargetEventNotification ( struct vmi1__TargetEventT *  targetEvent,
struct vmi1__TargetEventNotificationResponse r 
)