HomeSort by: relevance | last modified time | path
    Searched defs:notif_server (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
notif.h 38 /* A type notification to GDB. An object of 'struct notif_server'
41 typedef struct notif_server struct
59 extern struct notif_server notif_stop;
62 void notif_write_event (struct notif_server *notif, char *own_buf);
64 void notif_push (struct notif_server *np, struct notif_event *event);
65 void notif_event_enque (struct notif_server *notif,
  /src/external/gpl3/gdb.old/dist/gdbserver/
notif.h 38 /* A type notification to GDB. An object of 'struct notif_server'
41 typedef struct notif_server struct
59 extern struct notif_server notif_stop;
62 void notif_write_event (struct notif_server *notif, char *own_buf);
64 void notif_push (struct notif_server *np, struct notif_event *event);
65 void notif_event_enque (struct notif_server *notif,

Completed in 24 milliseconds