Lines Matching refs:exe_module_sp
165 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute() local
172 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) { in DoExecute()
232 if (exe_module_sp) in DoExecute()
234 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
238 if (exe_module_sp) in DoExecute()
240 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
271 if (!exe_module_sp) in DoExecute()
272 exe_module_sp = target->GetExecutableModule(); in DoExecute()
273 if (!exe_module_sp) { in DoExecute()
278 exe_module_sp->GetArchitecture().GetArchitectureName(); in DoExecute()
281 exe_module_sp->GetFileSpec().GetPath().c_str(), archname); in DoExecute()