GDB (xrefs)
|
#include "gdbthread.h"
Public Attributes | |
enum gdb_signal | stop_signal = GDB_SIGNAL_0 |
enum target_stop_reason | stop_reason = TARGET_STOPPED_BY_NO_REASON |
struct target_waitstatus | waitstatus |
int | waitstatus_pending_p = 0 |
gdb::optional< CORE_ADDR > | stop_pc |
Definition at line 178 of file gdbthread.h.
gdb::optional<CORE_ADDR> thread_suspend_state::stop_pc |
Definition at line 216 of file gdbthread.h.
Referenced by thread_info::clear_stop_pc(), thread_info::set_stop_pc(), thread_info::stop_pc(), and thread_info::stop_pc_p().
enum target_stop_reason thread_suspend_state::stop_reason = TARGET_STOPPED_BY_NO_REASON |
Definition at line 191 of file gdbthread.h.
Referenced by thread_info::set_stop_reason(), and thread_info::stop_reason().
enum gdb_signal thread_suspend_state::stop_signal = GDB_SIGNAL_0 |
Definition at line 187 of file gdbthread.h.
Referenced by thread_info::set_stop_signal(), and thread_info::stop_signal().
struct target_waitstatus thread_suspend_state::waitstatus |
Definition at line 194 of file gdbthread.h.
Referenced by thread_info::pending_waitstatus(), and thread_info::set_pending_waitstatus().
int thread_suspend_state::waitstatus_pending_p = 0 |
Definition at line 196 of file gdbthread.h.
Referenced by thread_info::clear_pending_waitstatus(), thread_info::has_pending_waitstatus(), and thread_info::set_pending_waitstatus().