GDB (xrefs)
|
#include "remote-notif.h"
Public Member Functions | |
remote_notif_state ()=default | |
~remote_notif_state () | |
DISABLE_COPY_AND_ASSIGN (remote_notif_state) | |
Public Attributes | |
remote_target * | remote |
std::list< const notif_client * > | notif_queue |
struct async_event_handler * | get_pending_events_token |
struct notif_event * | pending_event [REMOTE_NOTIF_LAST] {} |
Definition at line 86 of file remote-notif.h.
|
default |
remote_notif_state::~remote_notif_state | ( | ) |
Definition at line 231 of file remote-notif.c.
References delete_async_event_handler(), get_pending_events_token, pending_event, and REMOTE_NOTIF_LAST.
remote_notif_state::DISABLE_COPY_AND_ASSIGN | ( | remote_notif_state | ) |
struct async_event_handler* remote_notif_state::get_pending_events_token |
Definition at line 105 of file remote-notif.h.
Referenced by remote_target::async(), handle_notification(), remote_async_get_pending_events_handler(), remote_notif_state_allocate(), and ~remote_notif_state().
std::list<const notif_client *> remote_notif_state::notif_queue |
Definition at line 98 of file remote-notif.h.
Referenced by handle_notification(), and remote_notif_process().
struct notif_event* remote_notif_state::pending_event[REMOTE_NOTIF_LAST] {} |
Definition at line 114 of file remote-notif.h.
Referenced by remote_target::discard_pending_stop_replies(), handle_notification(), remote_target::remote_notif_get_pending_events(), remote_target::start_remote_1(), remote_target::wait(), remote_target::wait_ns(), and ~remote_notif_state().
remote_target* remote_notif_state::remote |
Definition at line 94 of file remote-notif.h.
Referenced by handle_notification(), remote_async_get_pending_events_handler(), remote_notif_process(), and remote_notif_state_allocate().