Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h27 virtual StructuredData::DictionarySP ListProcesses() { return {}; } in ListProcesses() function
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.h37 StructuredData::DictionarySP ListProcesses() override;
H A DScriptedPlatformPythonInterface.cpp45 StructuredData::DictionarySP ScriptedPlatformPythonInterface::ListProcesses() { in ListProcesses() function in ScriptedPlatformPythonInterface