Lines Matching refs:exe_module_sp
147 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute() local
154 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) { in DoExecute()
213 if (exe_module_sp) in DoExecute()
215 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
219 if (exe_module_sp) in DoExecute()
221 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
249 if (!exe_module_sp) in DoExecute()
250 exe_module_sp = target->GetExecutableModule(); in DoExecute()
251 if (!exe_module_sp) { in DoExecute()
256 exe_module_sp->GetArchitecture().GetArchitectureName(); in DoExecute()
259 exe_module_sp->GetFileSpec().GetPath().c_str(), archname); in DoExecute()