Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h31 virtual std::optional<bool> DoesPluginReportAllThreads() { return {}; } in DoesPluginReportAllThreads() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h64 virtual bool DoesPluginReportAllThreads() = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.h48 std::optional<bool> DoesPluginReportAllThreads() override;
H A DOperatingSystemPythonInterface.cpp85 std::optional<bool> OperatingSystemPythonInterface::DoesPluginReportAllThreads() { in DoesPluginReportAllThreads() function in OperatingSystemPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h63 bool DoesPluginReportAllThreads() override;
H A DOperatingSystemPython.cpp389 bool OperatingSystemPython::DoesPluginReportAllThreads() { in DoesPluginReportAllThreads() function in OperatingSystemPython
392 m_operating_system_interface_sp->DoesPluginReportAllThreads()) in DoesPluginReportAllThreads()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1155 clear_unused_threads = os->DoesPluginReportAllThreads(); in UpdateThreadListIfNeeded()