Home
last modified time | relevance | path

Searched refs:GetOSPluginReportsAllThreads (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp394 return m_process->GetOSPluginReportsAllThreads(); in DoesPluginReportAllThreads()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h110 bool GetOSPluginReportsAllThreads() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp332 bool ProcessProperties::GetOSPluginReportsAllThreads() const { in GetOSPluginReportsAllThreads() function in ProcessProperties