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

Declarations

tools/lldb/include/lldb/Target/OperatingSystem.h
   66   virtual bool IsOperatingSystemPluginThread(const lldb::ThreadSP &thread_sp);

References

tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  251     if (!IsOperatingSystemPluginThread(thread_sp)) {
  295   if (!IsOperatingSystemPluginThread(thread->shared_from_this()))
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
   44           if (os->IsOperatingSystemPluginThread(thread_sp))