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

#include "displaced-stepping.h"

Public Member Functions

bool in_progress () const
 
gdbarchget_original_gdbarch () const
 
void set (gdbarch *original_gdbarch)
 
void reset ()
 

Private Attributes

gdbarchm_original_gdbarch = nullptr
 

Detailed Description

Definition at line 119 of file displaced-stepping.h.

Member Function Documentation

◆ get_original_gdbarch()

gdbarch * displaced_step_thread_state::get_original_gdbarch ( ) const
inline

Definition at line 128 of file displaced-stepping.h.

References m_original_gdbarch.

Referenced by displaced_step_finish().

◆ in_progress()

bool displaced_step_thread_state::in_progress ( ) const
inline

◆ reset()

void displaced_step_thread_state::reset ( )
inline

Definition at line 143 of file displaced-stepping.h.

References m_original_gdbarch.

Referenced by displaced_step_reset().

◆ set()

void displaced_step_thread_state::set ( gdbarch * original_gdbarch)
inline

Definition at line 137 of file displaced-stepping.h.

References m_original_gdbarch.

Referenced by displaced_step_prepare_throw().

Member Data Documentation

◆ m_original_gdbarch

gdbarch* displaced_step_thread_state::m_original_gdbarch = nullptr
private

Definition at line 149 of file displaced-stepping.h.

Referenced by get_original_gdbarch(), in_progress(), reset(), and set().


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