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

References

tools/lldb/source/API/SBBreakpointOptionCommon.cpp
   68         Thread *thread = exe_ctx.GetThreadPtr();
tools/lldb/source/API/SBThread.cpp
  102       queue_sp = exe_ctx.GetThreadPtr()->GetQueue();
  149       return exe_ctx.GetThreadPtr()->GetStopReason();
  165       StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
  215       Thread *thread = exe_ctx.GetThreadPtr();
  279   StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo();
  306   StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo();
  326       StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
  422       StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
  464       name = exe_ctx.GetThreadPtr()->GetName();
  481       name = exe_ctx.GetThreadPtr()->GetQueueName();
  498       id = exe_ctx.GetThreadPtr()->GetQueueID();
  516       Thread *thread = exe_ctx.GetThreadPtr();
  563   Thread *thread = exe_ctx.GetThreadPtr();
  607   Thread *thread = exe_ctx.GetThreadPtr();
  661   Thread *thread = exe_ctx.GetThreadPtr();
  716   Thread *thread = exe_ctx.GetThreadPtr();
  760   Thread *thread = exe_ctx.GetThreadPtr();
  796   Thread *thread = exe_ctx.GetThreadPtr();
  831   Thread *thread = exe_ctx.GetThreadPtr();
  859     Thread *thread = exe_ctx.GetThreadPtr();
 1000   Thread *thread = exe_ctx.GetThreadPtr();
 1037   Thread *thread = exe_ctx.GetThreadPtr();
 1054     Thread *thread = exe_ctx.GetThreadPtr();
 1072     Thread *thread = exe_ctx.GetThreadPtr();
 1098       exe_ctx.GetThreadPtr()->SetResumeState(eStateSuspended);
 1126       exe_ctx.GetThreadPtr()->SetResumeState(eStateRunning, override_suspend);
 1143     return exe_ctx.GetThreadPtr()->GetResumeState() == eStateSuspended;
 1154     return StateIsStoppedState(exe_ctx.GetThreadPtr()->GetState(), true);
 1184       num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount();
 1202       frame_sp = exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(idx);
 1221       frame_sp = exe_ctx.GetThreadPtr()->GetSelectedFrame();
 1241       Thread *thread = exe_ctx.GetThreadPtr();
 1302     exe_ctx.GetThreadPtr()->GetStatus(strm, 0, 1, 1, true);
 1326     exe_ctx.GetThreadPtr()->DumpUsingSettingsFormat(strm,
tools/lldb/source/Commands/CommandObjectFrame.cpp
  147     Thread *thread = m_exe_ctx.GetThreadPtr();
  309     Thread *thread = m_exe_ctx.GetThreadPtr();
 1024     Thread *thread = m_exe_ctx.GetThreadPtr();
tools/lldb/source/Commands/CommandObjectThread.cpp
   91       Thread *thread = m_exe_ctx.GetThreadPtr();
 1614       Thread *thread = m_exe_ctx.GetThreadPtr();
 1768     Thread *thread = m_exe_ctx.GetThreadPtr();
 1948     Thread *thread = m_exe_ctx.GetThreadPtr();
tools/lldb/source/Core/FormatEntity.cpp
 1189       Thread *thread = exe_ctx->GetThreadPtr();
 1220       Thread *thread = exe_ctx->GetThreadPtr();
 1233       Thread *thread = exe_ctx->GetThreadPtr();
 1246       Thread *thread = exe_ctx->GetThreadPtr();
 1259       Thread *thread = exe_ctx->GetThreadPtr();
 1272       Thread *thread = exe_ctx->GetThreadPtr();
 1288       Thread *thread = exe_ctx->GetThreadPtr();
 1305       Thread *thread = exe_ctx->GetThreadPtr();
 1322       Thread *thread = exe_ctx->GetThreadPtr();
 1331       Thread *thread = exe_ctx->GetThreadPtr();
tools/lldb/source/Core/IOHandler.cpp
 3726     Thread *thread = exe_ctx.GetThreadPtr();
 3838         thread = exe_ctx.GetThreadPtr();
tools/lldb/source/Expression/DWARFExpression.cpp
  774   Thread *thread = exe_ctx->GetThreadPtr();
 2551       Thread *thread = exe_ctx->GetThreadPtr();
tools/lldb/source/Expression/FunctionCaller.cpp
  239   Thread *thread = exe_ctx.GetThreadPtr();
tools/lldb/source/Expression/IRInterpreter.cpp
 1474       if (exe_ctx.GetThreadPtr() == nullptr) {
tools/lldb/source/Expression/REPL.cpp
  263         Thread *thread = exe_ctx.GetThreadPtr();
tools/lldb/source/Interpreter/CommandObject.cpp
  146   assert(!m_exe_ctx.GetThreadPtr());
  938   Thread *thread_to_use = m_exe_ctx.GetThreadPtr();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
   96   else if (exe_ctx.GetThreadPtr() &&
   97            exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0))
   99         exe_ctx.GetThreadPtr()->GetStackFrameAtIndex(0)->GetSymbolContext(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  134     Thread *thread = exe_ctx.GetThreadPtr();
  137       thread = exe_ctx.GetThreadPtr();
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3667   Thread *thread_ptr = context.GetThreadPtr();
 4400         coord, m_exe_ctx.GetThreadPtr());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  185   Thread *thread = exe_ctx.GetThreadPtr();
  306   Thread *thread = exe_ctx.GetThreadPtr();
  416   Thread *thread = exe_ctx.GetThreadPtr();
  441     Thread *thread = exe_ctx.GetThreadPtr();
  459   Thread *thread = exe_ctx.GetThreadPtr();
  525   Thread *thread = exe_ctx.GetThreadPtr();
tools/lldb/source/Target/Process.cpp
 4636   Thread *thread = exe_ctx.GetThreadPtr();
tools/lldb/source/Target/Target.cpp
 2645               exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID());
tools/lldb/source/Target/Thread.cpp
   93       Thread *thread = exe_ctx->GetThreadPtr();