Home
last modified time | relevance | path

Searched refs:IsOperatingSystemPluginThread (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DOperatingSystem.cpp46 bool OperatingSystem::IsOperatingSystemPluginThread( in IsOperatingSystemPluginThread() function in OperatingSystem
49 return thread_sp->IsOperatingSystemPluginThread(); in IsOperatingSystemPluginThread()
H A DThreadList.cpp535 if ((*pos)->IsOperatingSystemPluginThread() && in WillResume()
565 if ((*pos)->IsOperatingSystemPluginThread() && in WillResume()
591 if ((*pos)->IsOperatingSystemPluginThread() && in WillResume()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h62 virtual bool IsOperatingSystemPluginThread(const lldb::ThreadSP &thread_sp);
H A DThread.h1281 virtual bool IsOperatingSystemPluginThread() const { return false; }
1255 virtual bool IsOperatingSystemPluginThread() const { return false; } IsOperatingSystemPluginThread() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h89 bool IsOperatingSystemPluginThread() const override { return true; } in IsOperatingSystemPluginThread() function
H A DRegisterContextThreadMemory.cpp44 if (os->IsOperatingSystemPluginThread(thread_sp)) in UpdateRegisterContext()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp251 if (!IsOperatingSystemPluginThread(thread_sp)) { in CreateThreadFromThreadInfo()
295 if (!IsOperatingSystemPluginThread(thread->shared_from_this())) in CreateRegisterContextForThread()