Home
last modified time | relevance | path

Searched refs:GetLoadedImages (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h52 StructuredData::ArraySP GetLoadedImages() override;
H A DScriptedProcessPythonInterface.cpp127 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages() function in ScriptedProcessPythonInterface
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h59 virtual StructuredData::ArraySP GetLoadedImages() { return nullptr; } in GetLoadedImages() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp411 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages(); in GetLoadedDynamicLibrariesInfos()