Lines Matching defs:exe_module
288 if (Module *exe_module = target_sp->GetExecutableModulePointer())
289 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(),
369 Module *exe_module = target_sp->GetExecutableModulePointer();
370 if (exe_module)
371 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
426 Module *exe_module = target_sp->GetExecutableModulePointer();
427 if (exe_module)
428 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
573 Module *exe_module = target_sp->GetExecutableModulePointer();
574 if (exe_module)
575 exe_file_spec.SetFileSpec(exe_module->GetFileSpec());