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

Public Member Functions

 user_selected_context ()
 
bool has_changed () const
 

Private Attributes

ptid_t m_previous_ptid
 
frame_id m_previous_frame_id
 
int m_previous_frame_level
 

Detailed Description

Definition at line 2006 of file mi-main.c.

Constructor & Destructor Documentation

◆ user_selected_context()

user_selected_context::user_selected_context ( )
inline

Definition at line 2009 of file mi-main.c.

References m_previous_frame_id, m_previous_frame_level, and save_selected_frame().

Member Function Documentation

◆ has_changed()

bool user_selected_context::has_changed ( ) const
inline

Member Data Documentation

◆ m_previous_frame_id

frame_id user_selected_context::m_previous_frame_id
private

Definition at line 2053 of file mi-main.c.

Referenced by has_changed(), and user_selected_context().

◆ m_previous_frame_level

int user_selected_context::m_previous_frame_level
private

Definition at line 2054 of file mi-main.c.

Referenced by has_changed(), and user_selected_context().

◆ m_previous_ptid

ptid_t user_selected_context::m_previous_ptid
private

Definition at line 2048 of file mi-main.c.

Referenced by has_changed().


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