reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
331 if (!platform_sp || 332 !platform_sp->IsCompatibleArchitecture(arch, false, nullptr)) 333 platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch); 336 if (!platform_sp) 337 platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); 374 if (platform_sp) { 378 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, 396 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target)); 405 target_sp.reset(new Target(debugger, arch, platform_sp, is_dummy_target));