Lines Matching refs:exe_module_sp
167 ModuleSP exe_module_sp = target->GetExecutableModule(); in DoExecute() local
174 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) { in DoExecute()
233 if (exe_module_sp) in DoExecute()
235 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
239 if (exe_module_sp) in DoExecute()
241 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
269 if (!exe_module_sp) in DoExecute()
270 exe_module_sp = target->GetExecutableModule(); in DoExecute()
271 if (!exe_module_sp) { in DoExecute()
276 exe_module_sp->GetArchitecture().GetArchitectureName(); in DoExecute()
279 exe_module_sp->GetFileSpec().GetPath().c_str(), archname); in DoExecute()