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

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
 

Detailed Description

Definition at line 8839 of file infrun.c.

Constructor & Destructor Documentation

◆ stop_context()

stop_context::stop_context ( )

Member Function Documentation

◆ changed()

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

◆ DISABLE_COPY_AND_ASSIGN()

stop_context::DISABLE_COPY_AND_ASSIGN ( stop_context )

Member Data Documentation

◆ inf_num

int stop_context::inf_num

Definition at line 8859 of file infrun.c.

Referenced by changed(), and stop_context().

◆ ptid

ptid_t stop_context::ptid

Definition at line 8852 of file infrun.c.

Referenced by changed(), and stop_context().

◆ stop_id

ULONGEST stop_context::stop_id

Definition at line 8848 of file infrun.c.

Referenced by changed(), and stop_context().

◆ thread

thread_info_ref stop_context::thread

Definition at line 8856 of file infrun.c.

Referenced by changed(), and stop_context().


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