LLDB mainline
|
#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 |
uint32_t lldb_private::Thread::ThreadStateCheckpoint::current_inlined_depth |
Definition at line 132 of file Thread.h.
Referenced by lldb_private::Thread::CheckpointThreadState(), and lldb_private::Thread::RestoreThreadStateFromCheckpoint().
lldb::addr_t lldb_private::Thread::ThreadStateCheckpoint::current_inlined_pc |
size_t lldb_private::Thread::ThreadStateCheckpoint::m_completed_plan_checkpoint |
Definition at line 129 of file Thread.h.
Referenced by lldb_private::Thread::CheckpointThreadState(), and lldb_private::Thread::RestoreThreadStateFromCheckpoint().
uint32_t lldb_private::Thread::ThreadStateCheckpoint::orig_stop_id |
Definition at line 125 of file Thread.h.
Referenced by lldb_private::Thread::CheckpointThreadState().
lldb::RegisterCheckpointSP lldb_private::Thread::ThreadStateCheckpoint::register_backup_sp |
Definition at line 131 of file Thread.h.
Referenced by lldb_private::Thread::CheckpointThreadState(), and lldb_private::Thread::RestoreRegisterStateFromCheckpoint().
lldb::StopInfoSP lldb_private::Thread::ThreadStateCheckpoint::stop_info_sp |
Definition at line 127 of file Thread.h.
Referenced by lldb_private::Thread::CheckpointThreadState(), and lldb_private::Thread::RestoreThreadStateFromCheckpoint().