Searched refs:notif_event (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnotif.h29 struct notif_event struct
31 virtual ~notif_event ()
50 /* A queue of events to GDB. A new notif_event can be enque'ed
53 std::list<notif_event *> queue;
56 void (*write) (struct notif_event *event, char *own_buf);
64 void notif_push (struct notif_server *np, struct notif_event *event);
66 struct notif_event *event);
H A Dnotif.cc25 represented by 'struct notif_event'. GDBserver writes (by means of
33 of 'struct notif_event' or its sub-class EVENT is created for FOO.
66 struct notif_event *event = notif->queue.front ();
102 struct notif_event *head = np->queue.front ();
121 struct notif_event *event)
134 notif_push (struct notif_server *np, struct notif_event *new_event)
H A Dserver.cc143 /* A sub-class of 'struct notif_event' for stop, holding information
147 struct vstop_notif : public notif_event
186 remove_all_on_match_ptid (struct notif_event *event, ptid_t filter_ptid)
198 std::list<notif_event *>::iterator iter, next, end;
214 vstop_notif_reply (struct notif_event *event, char *own_buf)
224 in_queued_stop_replies_ptid (struct notif_event *event, ptid_t filter_ptid)
245 for (notif_event *event : notif_stop.queue)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnotif.h29 struct notif_event struct
31 virtual ~notif_event ()
50 /* A queue of events to GDB. A new notif_event can be enque'ed
53 std::list<notif_event *> queue;
56 void (*write) (struct notif_event *event, char *own_buf);
64 void notif_push (struct notif_server *np, struct notif_event *event);
66 struct notif_event *event);
H A Dnotif.cc25 represented by 'struct notif_event'. GDBserver writes (by means of
33 of 'struct notif_event' or its sub-class EVENT is created for FOO.
66 struct notif_event *event = notif->queue.front ();
102 struct notif_event *head = np->queue.front ();
120 struct notif_event *event)
132 notif_push (struct notif_server *np, struct notif_event *new_event)
H A Dserver.cc140 /* A sub-class of 'struct notif_event' for stop, holding information
144 struct vstop_notif : public notif_event
183 remove_all_on_match_ptid (struct notif_event *event, ptid_t filter_ptid)
195 std::list<notif_event *>::iterator iter, next, end;
220 vstop_notif_reply (struct notif_event *event, char *own_buf)
230 in_queued_stop_replies_ptid (struct notif_event *event, ptid_t filter_ptid)
251 for (notif_event *event : notif_stop.queue)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote-notif.h28 struct notif_event struct
30 virtual ~notif_event ()
35 /* A unique pointer holding a notif_event. */
37 typedef std::unique_ptr<notif_event> notif_event_up;
64 struct notif_event *event);
70 struct notif_event *event);
109 packet, parse it, and create an object of 'struct notif_event' to
114 struct notif_event *pending_event[REMOTE_NOTIF_LAST] {};
119 struct notif_event *remote_notif_parse (remote_target *remote,
H A Dremote-notif.c75 struct notif_event *
151 struct notif_event *event
H A Dremote.c5961 struct notif_event *reply
6883 struct stop_reply : public notif_event
6925 struct notif_event *event)
6933 struct notif_event *event)
6873 struct stop_reply : public notif_event struct
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote-notif.h28 struct notif_event struct
30 virtual ~notif_event ()
35 /* A unique pointer holding a notif_event. */
37 typedef std::unique_ptr<notif_event> notif_event_up;
64 struct notif_event *event);
70 struct notif_event *event);
109 packet, parse it, and create an object of 'struct notif_event' to
114 struct notif_event *pending_event[REMOTE_NOTIF_LAST] {};
119 struct notif_event *remote_notif_parse (remote_target *remote,
H A Dremote-notif.c75 struct notif_event *
153 struct notif_event *event
H A Dremote.c989 struct stop_reply : public notif_event struct
4985 struct notif_event *reply
6211 struct notif_event *reply
7234 struct notif_event *event)
7242 struct notif_event *event)

Completed in 388 milliseconds