GDB (API)
|
#include "defs.h"
#include "remote.h"
#include "remote-notif.h"
#include "observer.h"
#include "event-loop.h"
#include "target.h"
#include "inferior.h"
#include "gdbcmd.h"
#include <string.h>
Go to the source code of this file.
Functions | |
gdb_static_assert (ARRAY_SIZE(notifs)==REMOTE_NOTIF_LAST) | |
void | remote_notif_ack (struct notif_client *nc, char *buf) |
struct notif_event * | remote_notif_parse (struct notif_client *nc, char *buf) |
DEFINE_QUEUE_P (notif_client_p) | |
void | remote_notif_process (struct remote_notif_state *state, struct notif_client *except) |
void | handle_notification (struct remote_notif_state *state, char *buf) |
void | notif_event_xfree (struct notif_event *event) |
struct remote_notif_state * | remote_notif_state_allocate (void) |
void | remote_notif_state_xfree (struct remote_notif_state *state) |
void | _initialize_notif (void) |
Variables | |
int | notif_debug = 0 |
initialize_file_ftype | _initialize_notif |
void _initialize_notif | ( | void | ) |
Definition at line 275 of file remote-notif.c.
gdb_static_assert | ( | ARRAY_SIZE(notifs) | = =REMOTE_NOTIF_LAST | ) |
void handle_notification | ( | struct remote_notif_state * | 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.
struct remote_notif_state* remote_notif_state_allocate | ( | void | ) | [read] |
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.
int notif_debug = 0 |
Definition at line 45 of file remote-notif.c.