Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp391 if (std::optional<bool> plugin_answer = in DoesPluginReportAllThreads() local
393 return *plugin_answer; in DoesPluginReportAllThreads()