Home
last modified time | relevance | path

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

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