Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp415 ModuleSP old_exec_module_sp = target->GetExecutableModule(); in DoExecute() local
442 if (!old_exec_module_sp) { in DoExecute()
449 } else if (old_exec_module_sp->GetFileSpec() != in DoExecute()
453 old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX); in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3216 const ModuleSP old_exec_module_sp = GetExecutableModule(); in Attach() local
3221 if (old_exec_module_sp) in Attach()
3223 old_exec_module_sp->GetPlatformFileSpec().GetFilename(); in Attach()