reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Thread.h
 1026   virtual bool CheckpointThreadState(ThreadStateCheckpoint &saved_state);

References

tools/lldb/source/Target/ThreadPlanCallFunction.cpp
   84   if (!thread.CheckpointThreadState(m_stored_thread_state)) {