GDB (API)
Classes | Typedefs | Enumerations | Functions | Variables
/home/stan/gdb/src/gdb/remote-notif.h File Reference
#include "queue.h"

Go to the source code of this file.

Classes

struct  notif_event
struct  notif_client
struct  remote_notif_state

Typedefs

typedef struct notif_clientnotif_client_p

Enumerations

enum  REMOTE_NOTIF_ID { REMOTE_NOTIF_STOP = 0, REMOTE_NOTIF_LAST }

Functions

 DECLARE_QUEUE_P (notif_client_p)
void remote_notif_ack (struct notif_client *nc, char *buf)
struct notif_eventremote_notif_parse (struct notif_client *nc, char *buf)
void notif_event_xfree (struct notif_event *event)
void handle_notification (struct remote_notif_state *notif_state, char *buf)
void remote_notif_process (struct remote_notif_state *state, struct notif_client *except)
struct remote_notif_stateremote_notif_state_allocate (void)
void remote_notif_state_xfree (struct remote_notif_state *state)

Variables

struct notif_client notif_client_stop
int notif_debug

Typedef Documentation

typedef struct notif_client * notif_client_p

Enumeration Type Documentation

Enumerator:
REMOTE_NOTIF_STOP 
REMOTE_NOTIF_LAST 

Definition at line 36 of file remote-notif.h.


Function Documentation

void handle_notification ( struct remote_notif_state notif_state,
char *  buf 
)

Definition at line 128 of file remote-notif.c.

void notif_event_xfree ( struct notif_event event)

Definition at line 218 of file remote-notif.c.

void remote_notif_ack ( struct notif_client nc,
char *  buf 
)

Definition at line 62 of file remote-notif.c.

struct notif_event* remote_notif_parse ( struct notif_client nc,
char *  buf 
) [read]

Definition at line 81 of file remote-notif.c.

void remote_notif_process ( struct remote_notif_state state,
struct notif_client except 
)

Definition at line 102 of file remote-notif.c.

Definition at line 237 of file remote-notif.c.

void remote_notif_state_xfree ( struct remote_notif_state state)

Definition at line 255 of file remote-notif.c.


Variable Documentation

Definition at line 5367 of file remote.c.

Definition at line 45 of file remote-notif.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines