Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp374 ModuleSP old_exec_module_sp = target->GetExecutableModule(); in DoExecute() local
410 if (!old_exec_module_sp) { in DoExecute()
417 } else if (old_exec_module_sp->GetFileSpec() != in DoExecute()
421 old_exec_module_sp->GetFileSpec().GetPath(old_path, PATH_MAX); in DoExecute()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3072 const ModuleSP old_exec_module_sp = GetExecutableModule(); in Attach() local
3077 if (old_exec_module_sp) in Attach()
3079 old_exec_module_sp->GetPlatformFileSpec().GetFilename(); in Attach()