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
Functions
target_event.c File Reference
#include <stdlib.h>
#include "log.h"
#include "target_event.h"
#include "target_api.h"
#include "target.h"
Include dependency graph for target_event.c:

Go to the source code of this file.

Functions

struct target_eventtarget_create_event (struct target *target, struct target_thread *thread, target_event_t type, void *priv)
 
struct target_eventtarget_create_event_2 (struct target *target, struct target_thread *thread, target_event_t type, void *priv, void *priv2)
 
void target_broadcast_event (struct target *target, struct target_event *event)
 

Function Documentation

void target_broadcast_event ( struct target target,
struct target_event event 
)

Definition at line 56 of file target_event.c.

struct target_event* target_create_event ( struct target target,
struct target_thread thread,
target_event_t  type,
void *  priv 
)

Definition at line 26 of file target_event.c.

struct target_event* target_create_event_2 ( struct target target,
struct target_thread thread,
target_event_t  type,
void *  priv,
void *  priv2 
)

Definition at line 47 of file target_event.c.