Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h63 virtual StructuredData::ArraySP GetLoadedImages() { return {}; } GetLoadedImages() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp148 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { GetLoadedImages() function in ScriptedProcessPythonInterface