Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp357 ModuleSP old_exec_module_sp = target->GetExecutableModule(); in DoExecute() local
383 if (!old_exec_module_sp) { in DoExecute()
392 } else if (old_exec_module_sp->GetFileSpec() != in DoExecute()
397 old_exec_module_sp->GetFileSpec().GetPath().c_str(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3565 const ModuleSP old_exec_module_sp = GetExecutableModule(); in Attach() local
3570 if (old_exec_module_sp) in Attach()
3572 old_exec_module_sp->GetPlatformFileSpec().GetFilename()); in Attach()