Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp501 ModuleSP old_exec_module_sp = target->GetExecutableModule(); in DoExecute() local
524 if (old_exec_module_sp) in DoExecute()
525 …m_options.attach_info.GetExecutableFile().GetFilename() = old_exec_module_sp->GetPlatformFileSpec(… in DoExecute()
575 if (!old_exec_module_sp) in DoExecute()
584 else if (old_exec_module_sp->GetFileSpec() != new_exec_module_sp->GetFileSpec()) in DoExecute()
588 old_exec_module_sp->GetFileSpec().GetPath (old_path, PATH_MAX); in DoExecute()