GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
thread_suspend_state Struct Reference

#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
 

Detailed Description

Definition at line 178 of file gdbthread.h.

Member Data Documentation

◆ stop_pc

gdb::optional<CORE_ADDR> thread_suspend_state::stop_pc

◆ stop_reason

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().

◆ stop_signal

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().

◆ waitstatus

struct target_waitstatus thread_suspend_state::waitstatus

◆ waitstatus_pending_p

int thread_suspend_state::waitstatus_pending_p = 0

The documentation for this struct was generated from the following file: