LLDB mainline
Public Attributes | List of all members
lldb_private::Thread::ThreadStateCheckpoint Struct Reference

#include <Thread.h>

Public Attributes

uint32_t orig_stop_id
 
lldb::StopInfoSP stop_info_sp
 
size_t m_completed_plan_checkpoint
 
lldb::RegisterCheckpointSP register_backup_sp
 
uint32_t current_inlined_depth
 
lldb::addr_t current_inlined_pc
 

Detailed Description

Definition at line 121 of file Thread.h.

Member Data Documentation

◆ current_inlined_depth

uint32_t lldb_private::Thread::ThreadStateCheckpoint::current_inlined_depth

◆ current_inlined_pc

lldb::addr_t lldb_private::Thread::ThreadStateCheckpoint::current_inlined_pc

Definition at line 130 of file Thread.h.

◆ m_completed_plan_checkpoint

size_t lldb_private::Thread::ThreadStateCheckpoint::m_completed_plan_checkpoint

◆ orig_stop_id

uint32_t lldb_private::Thread::ThreadStateCheckpoint::orig_stop_id

Definition at line 122 of file Thread.h.

Referenced by lldb_private::Thread::CheckpointThreadState().

◆ register_backup_sp

lldb::RegisterCheckpointSP lldb_private::Thread::ThreadStateCheckpoint::register_backup_sp

◆ stop_info_sp

lldb::StopInfoSP lldb_private::Thread::ThreadStateCheckpoint::stop_info_sp

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