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

References

tools/lldb/include/lldb/Expression/Materializer.h
   54         m_thread_wp = frame_sp->GetThread();
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1714   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1871   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  854   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  323   auto &reg_ctx = *frame_sp->GetThread()->GetRegisterContext();
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1857   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1843   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  339   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  711   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  672   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  426   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  304   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  404   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  454   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1287   Thread *thread = frame_sp->GetThread().get();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 2675     ThreadSP thread_sp = frame_sp->GetThread();
tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
   43         &frame->GetThread()->GetProcess()->GetTarget());
   46           *frame->GetThread().get(), frame->GetConcreteFrameIndex(),
   47           frame->GetThread()->GetProcess()->GetAddressByteSize(), pc);
tools/lldb/source/Target/ExecutionContext.cpp
  493     SetThreadSP(frame_sp->GetThread());
tools/lldb/source/Target/StackFrame.cpp
  174   ThreadSP thread_sp = GetThread();
  196     ThreadSP thread_sp(GetThread());
  224   ThreadSP thread_sp(GetThread());
  307         ThreadSP thread_sp(GetThread());
 1131     ThreadSP thread_sp(GetThread());
 1768   ThreadSP thread_sp(GetThread());
 1779   ThreadSP thread_sp(GetThread());
 1785 ThreadSP StackFrame::CalculateThread() { return GetThread(); }
 1864   assert(GetThread() == curr_frame.GetThread());
 1864   assert(GetThread() == curr_frame.GetThread());
tools/lldb/source/Target/Thread.cpp
 1649   Thread *thread = frame_sp->GetThread().get();