GDB (xrefs)
Public Attributes | List of all members
thread_suspend_state Struct Reference

#include "gdbthread.h"

Public Attributes

enum gdb_signal stop_signal
 
enum target_stop_reason stop_reason
 
struct target_waitstatus waitstatus
 
int waitstatus_pending_p
 
CORE_ADDR stop_pc
 

Detailed Description

Definition at line 149 of file gdbthread.h.

Member Data Documentation

◆ stop_pc

CORE_ADDR thread_suspend_state::stop_pc

Definition at line 175 of file gdbthread.h.

Referenced by do_target_wait(), finish_step_over(), and stop_all_threads().

◆ stop_reason

enum target_stop_reason thread_suspend_state::stop_reason

Definition at line 162 of file gdbthread.h.

Referenced by clear_proceed_status_thread(), do_target_wait(), and save_waitstatus().

◆ stop_signal

enum gdb_signal thread_suspend_state::stop_signal

◆ waitstatus

struct target_waitstatus thread_suspend_state::waitstatus

◆ waitstatus_pending_p

int thread_suspend_state::waitstatus_pending_p

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