Searched refs:host_platform (Results 1 – 6 of 6) sorted by relevance
22 host_platform = self.dbg.GetPlatformAtIndex(0)23 self.assertTrue(host_platform.IsValid() and24 host_platform.GetName() == 'host',51 host_platform = self.dbg.GetPlatformAtIndex(0)52 self.assertTrue(host_platform.IsConnected(), "The host platform is always connected")
34 …@vars = qw{ $host_arch $host_os $host_platform $target_arch $target_mic_arch $target_os $target_pl…297 tie( $host_platform, "Platform::host_platform" );331 { package Platform::host_platform;
40 host_platform = lldb.SBPlatform("host")41 self.assertSuccess(host_platform.Kill(host_process.pid))
316 SBPlatform host_platform; in GetHostPlatform() local317 host_platform.m_opaque_sp = Platform::GetHostPlatform(); in GetHostPlatform()318 return host_platform; in GetHostPlatform()
643 host_platform = lldbplatformutil.getHostPlatform()650 if target_platform != host_platform:652 target_platform, host_platform)
166 # by "extra_execution_platforms", "host_platform" and "platforms".170 build:rbe --host_platform=@rbe_default//config:platform