reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); 104 if (!platform_options->PlatformMatches(platform_sp)) { 106 platform_sp = platform_options->CreatePlatformWithOptions( 108 if (!platform_sp) 183 if (platform_sp) { 184 if (platform_sp->IsCompatibleArchitecture( 186 platforms.push_back(platform_sp); 194 (!platform_sp || 195 host_platform_sp->GetName() != platform_sp->GetName())) { 231 platform_sp = platforms.front(); 266 if (!platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) { 267 platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch); 268 if (!is_dummy_target && platform_sp) 269 debugger.GetPlatformList().SetSelectedPlatform(platform_sp); 275 if (!platform_sp->IsCompatibleArchitecture(platform_arch, false, 277 platform_sp = Platform::GetPlatformForArchitecture(platform_arch, 279 if (!is_dummy_target && platform_sp) 280 debugger.GetPlatformList().SetSelectedPlatform(platform_sp); 288 debugger, user_exe_path, platform_arch, load_dependent_files, platform_sp,