Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h31 StructuredData::DictionarySP ListProcesses() override;
H A DScriptedPlatformPythonInterface.cpp57 StructuredData::DictionarySP ScriptedPlatformPythonInterface::ListProcesses() { in ListProcesses() function in ScriptedPlatformPythonInterface
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h29 virtual StructuredData::DictionarySP ListProcesses() { return {}; } in ListProcesses() function