GDB (API)
Typedefs | Functions | Variables
/home/stan/gdb/src/gdb/observer.c File Reference
#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 Documentation

typedef void( generic_observer_notification_ftype)(const void *data, const void *args)

Definition at line 67 of file observer.c.


Function Documentation

void _initialize_observer ( void  )

Definition at line 210 of file observer.c.

Definition at line 190 of file observer.c.

Definition at line 196 of file observer.c.

Definition at line 202 of file observer.c.


Variable Documentation

Definition at line 180 of file observer.c.

Definition at line 181 of file observer.c.

Definition at line 182 of file observer.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines