Home
last modified time | relevance | path

Searched defs:DoesPluginReportAllThreads (Results 1 – 3 of 3) 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/source/Plugins/ScriptInterpreter/Python/Interfaces/
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.cpp389 bool OperatingSystemPython::DoesPluginReportAllThreads() { in DoesPluginReportAllThreads() function in OperatingSystemPython