GDB (API)
|
#include "defs.h"
#include "observer.h"
#include "command.h"
#include "gdbcmd.h"
#include "observer.inc"
Go to the source code of this file.
Typedefs | |
typedef void( | generic_observer_notification_ftype )(const void *data, const void *args) |
Functions | |
void | observer_test_first_notification_function (int arg) |
void | observer_test_second_notification_function (int arg) |
void | observer_test_third_notification_function (int arg) |
void | _initialize_observer (void) |
Variables | |
int | observer_test_first_observer = 0 |
int | observer_test_second_observer = 0 |
int | observer_test_third_observer = 0 |
initialize_file_ftype | _initialize_observer |
typedef void( generic_observer_notification_ftype)(const void *data, const void *args) |
Definition at line 67 of file observer.c.
void _initialize_observer | ( | void | ) |
Definition at line 210 of file observer.c.
void observer_test_first_notification_function | ( | int | arg | ) |
Definition at line 190 of file observer.c.
void observer_test_second_notification_function | ( | int | arg | ) |
Definition at line 196 of file observer.c.
void observer_test_third_notification_function | ( | int | arg | ) |
Definition at line 202 of file observer.c.
Definition at line 180 of file observer.c.
Definition at line 181 of file observer.c.
Definition at line 182 of file observer.c.