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

  /src/external/gpl3/gdb/dist/gdb/
remote-notif.c 92 remote_notif_process (struct remote_notif_state *state,
110 remote_notif_state *notif_state = (remote_notif_state *) data;
120 handle_notification (struct remote_notif_state *state, const char *buf)
210 /* Return an allocated remote_notif_state. */
212 struct remote_notif_state *
215 struct remote_notif_state *notif_state = new struct remote_notif_state;
230 remote_notif_state::~remote_notif_state ()
    [all...]
remote-notif.h 86 struct remote_notif_state struct
88 remote_notif_state () = default;
89 ~remote_notif_state ();
91 DISABLE_COPY_AND_ASSIGN (remote_notif_state);
123 void handle_notification (struct remote_notif_state *notif_state,
126 void remote_notif_process (struct remote_notif_state *state,
128 remote_notif_state *remote_notif_state_allocate (remote_target *remote);
  /src/external/gpl3/gdb.old/dist/gdb/
remote-notif.c 92 remote_notif_process (struct remote_notif_state *state,
110 remote_notif_state *notif_state = (remote_notif_state *) data;
120 handle_notification (struct remote_notif_state *state, const char *buf)
210 /* Return an allocated remote_notif_state. */
212 struct remote_notif_state *
215 struct remote_notif_state *notif_state = new struct remote_notif_state;
230 remote_notif_state::~remote_notif_state ()
    [all...]
remote-notif.h 86 struct remote_notif_state struct
88 remote_notif_state () = default;
89 ~remote_notif_state ();
91 DISABLE_COPY_AND_ASSIGN (remote_notif_state);
123 void handle_notification (struct remote_notif_state *notif_state,
126 void remote_notif_process (struct remote_notif_state *state,
128 remote_notif_state *remote_notif_state_allocate (remote_target *remote);

Completed in 38 milliseconds