GDB (xrefs)
|
Public Member Functions | |
stop_context () | |
DISABLE_COPY_AND_ASSIGN (stop_context) | |
bool | changed () const |
Public Attributes | |
ULONGEST | stop_id |
ptid_t | ptid |
thread_info_ref | thread |
int | inf_num |
stop_context::stop_context | ( | ) |
Definition at line 8865 of file infrun.c.
References current_inferior(), get_stop_id(), inf_num, inferior_ptid, inferior_thread(), inferior::num, ptid, stop_id, and thread.
bool stop_context::changed | ( | ) | const |
Definition at line 8883 of file infrun.c.
References current_inferior(), get_stop_id(), inf_num, inferior_ptid, ptid, stop_id, thread, and THREAD_STOPPED.
Referenced by normal_stop().
stop_context::DISABLE_COPY_AND_ASSIGN | ( | stop_context | ) |
int stop_context::inf_num |
Definition at line 8859 of file infrun.c.
Referenced by changed(), and stop_context().
ptid_t stop_context::ptid |
Definition at line 8852 of file infrun.c.
Referenced by changed(), and stop_context().
ULONGEST stop_context::stop_id |
Definition at line 8848 of file infrun.c.
Referenced by changed(), and stop_context().
thread_info_ref stop_context::thread |
Definition at line 8856 of file infrun.c.
Referenced by changed(), and stop_context().