Lines Matching defs:exe_module
280 if (Module *exe_module = target_sp->GetExecutableModulePointer())
281 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(),
361 Module *exe_module = target_sp->GetExecutableModulePointer();
362 if (exe_module)
363 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
418 Module *exe_module = target_sp->GetExecutableModulePointer();
419 if (exe_module)
420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
565 Module *exe_module = target_sp->GetExecutableModulePointer();
566 if (exe_module)
567 exe_file_spec.SetFileSpec(exe_module->GetFileSpec());