Lines Matching defs:exe_module_sp
148 ModuleSP exe_module_sp = target->GetExecutableModule();
155 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) {
221 if (exe_module_sp)
223 exe_module_sp->GetPlatformFileSpec(), false);
227 if (exe_module_sp)
229 exe_module_sp->GetPlatformFileSpec(), true);
257 if (!exe_module_sp)
258 exe_module_sp = target->GetExecutableModule();
259 if (!exe_module_sp) {
264 exe_module_sp->GetArchitecture().GetArchitectureName();
267 exe_module_sp->GetFileSpec().GetPath().c_str(), archname);