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

Overridden By

tools/lldb/source/Plugins/Process/Utility/ThreadMemory.h
   84   lldb::ThreadSP GetBackingThread() const override {

References

tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  275       ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread());
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
   39         ThreadSP backing_thread_sp(thread_sp->GetBackingThread());
tools/lldb/source/Target/Thread.cpp
  643   lldb::ThreadSP backing_thread_sp(GetBackingThread());
tools/lldb/source/Target/ThreadList.cpp
  200     if (m_threads[idx]->GetBackingThread() == real_thread) {
  509           !(*pos)->GetBackingThread())
  539           !(*pos)->GetBackingThread())
  559           !(*pos)->GetBackingThread())
  722         ThreadSP backing_thread = m_threads[idx]->GetBackingThread();