Home
last modified time | relevance | path

Searched defs:ListProcesses (Results 1 – 2 of 2) sorted by relevance

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