Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp4264 ModuleSP frame_module_sp( in DoExecute() local
4266 if (frame_module_sp) { in DoExecute()
4268 frame_module_sp->GetPlatformFileSpec())) { in DoExecute()
4270 frame_module_sp->GetArchitecture(); in DoExecute()
4272 frame_module_sp->GetPlatformFileSpec(); in DoExecute()
4274 module_spec.GetUUID() = frame_module_sp->GetUUID(); in DoExecute()