GDB (xrefs)
Public Member Functions | Private Attributes | List of all members
scoped_restore_current_thread Class Reference

#include "gdbthread.h"

Public Member Functions

 scoped_restore_current_thread ()
 
 ~scoped_restore_current_thread ()
 
 DISABLE_COPY_AND_ASSIGN (scoped_restore_current_thread)
 

Private Attributes

class thread_infom_thread
 
inferiorm_inf
 
frame_id m_selected_frame_id
 
int m_selected_frame_level
 
bool m_was_stopped
 

Detailed Description

Definition at line 600 of file gdbthread.h.

Constructor & Destructor Documentation

◆ scoped_restore_current_thread()

scoped_restore_current_thread::scoped_restore_current_thread ( )

◆ ~scoped_restore_current_thread()

scoped_restore_current_thread::~scoped_restore_current_thread ( )

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

scoped_restore_current_thread::DISABLE_COPY_AND_ASSIGN ( scoped_restore_current_thread  )

Member Data Documentation

◆ m_inf

inferior* scoped_restore_current_thread::m_inf
private

Definition at line 612 of file gdbthread.h.

Referenced by scoped_restore_current_thread(), and ~scoped_restore_current_thread().

◆ m_selected_frame_id

frame_id scoped_restore_current_thread::m_selected_frame_id
private

Definition at line 613 of file gdbthread.h.

Referenced by scoped_restore_current_thread(), and ~scoped_restore_current_thread().

◆ m_selected_frame_level

int scoped_restore_current_thread::m_selected_frame_level
private

Definition at line 614 of file gdbthread.h.

Referenced by scoped_restore_current_thread(), and ~scoped_restore_current_thread().

◆ m_thread

class thread_info* scoped_restore_current_thread::m_thread
private

Definition at line 611 of file gdbthread.h.

Referenced by scoped_restore_current_thread(), and ~scoped_restore_current_thread().

◆ m_was_stopped

bool scoped_restore_current_thread::m_was_stopped
private

Definition at line 615 of file gdbthread.h.

Referenced by scoped_restore_current_thread(), and ~scoped_restore_current_thread().


The documentation for this class was generated from the following files: