Home
last modified time | relevance | path

Searched full:platform (Results 1 – 25 of 1978) sorted by relevance

12345678910>>...80

/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dremote.rst15 LLDB also consists of a platform binary, which is responsible for performing
23 debugging this whole process is transparent to the user. The platform binary is
42 lldb-server binary. This binary combines the functionality of the platform and
58 platform mode and specify the port it should listen on. For example, the
63 remote% lldb-server platform --listen "*:1234" --server
65 will start the LLDB platform and wait for incoming connections from any address
75 debugging. This is achieved through the platform command and its sub-commands.
76 As a first step you need to choose the correct platform plug-in for your remote
77 system. A list of available plug-ins can be obtained through platform list.
82 (lldb) platform list
[all …]
/openbsd-src/sys/arch/armv7/armv7/
H A Dplatform.c1 /* $OpenBSD: platform.c,v 1.27 2021/05/16 03:39:28 jsg Exp $ */
29 static struct armv7_platform *platform; variable
60 platform = plat_match[i](); in platform_init()
61 if (platform != NULL) in platform_init()
65 if (platform == NULL) in platform_init()
70 if (platform->board_init) in platform_init()
71 platform->board_init(); in platform_init()
78 if (platform && platform->smc_write) in platform_smc_write()
79 platform->smc_write(iot, ioh, off, op, val); in platform_smc_write()
87 if (platform && platform->init_cons) { in platform_init_cons()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/
H A Drestrictive-1_4.yml44 Module::Build::Platform::Amiga:
45 file: lib/Module/Build/Platform/Amiga.pm
47 Module::Build::Platform::Default:
48 file: lib/Module/Build/Platform/Default.pm
50 Module::Build::Platform::EBCDIC:
51 file: lib/Module/Build/Platform/EBCDIC.pm
53 Module::Build::Platform::MPEiX:
54 file: lib/Module/Build/Platform/MPEiX.pm
56 Module::Build::Platform::MacOS:
57 file: lib/Module/Build/Platform/MacOS.pm
[all …]
H A DMETA-1_4.yml44 Module::Build::Platform::Amiga:
45 file: lib/Module/Build/Platform/Amiga.pm
47 Module::Build::Platform::Default:
48 file: lib/Module/Build/Platform/Default.pm
50 Module::Build::Platform::EBCDIC:
51 file: lib/Module/Build/Platform/EBCDIC.pm
53 Module::Build::Platform::MPEiX:
54 file: lib/Module/Build/Platform/MPEiX.pm
56 Module::Build::Platform::MacOS:
57 file: lib/Module/Build/Platform/MacOS.pm
[all …]
H A Dunicode.yml44 Module::Build::Platform::Amiga:
45 file: lib/Module/Build/Platform/Amiga.pm
47 Module::Build::Platform::Default:
48 file: lib/Module/Build/Platform/Default.pm
50 Module::Build::Platform::EBCDIC:
51 file: lib/Module/Build/Platform/EBCDIC.pm
53 Module::Build::Platform::MPEiX:
54 file: lib/Module/Build/Platform/MPEiX.pm
56 Module::Build::Platform::MacOS:
57 file: lib/Module/Build/Platform/MacOS.pm
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/
H A DMETA-1_4.yml44 Module::Build::Platform::Amiga:
45 file: lib/Module/Build/Platform/Amiga.pm
47 Module::Build::Platform::Default:
48 file: lib/Module/Build/Platform/Default.pm
50 Module::Build::Platform::EBCDIC:
51 file: lib/Module/Build/Platform/EBCDIC.pm
53 Module::Build::Platform::MPEiX:
54 file: lib/Module/Build/Platform/MPEiX.pm
56 Module::Build::Platform::MacOS:
57 file: lib/Module/Build/Platform/MacOS.pm
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/
H A Dmeta-spec-version-trailing-zeros.yml44 Module::Build::Platform::Amiga:
45 file: lib/Module/Build/Platform/Amiga.pm
47 Module::Build::Platform::Default:
48 file: lib/Module/Build/Platform/Default.pm
50 Module::Build::Platform::EBCDIC:
51 file: lib/Module/Build/Platform/EBCDIC.pm
53 Module::Build::Platform::MPEiX:
54 file: lib/Module/Build/Platform/MPEiX.pm
56 Module::Build::Platform::MacOS:
57 file: lib/Module/Build/Platform/MacOS.pm
[all …]
H A Dinvalid-meta-spec-version.yml44 Module::Build::Platform::Amiga:
45 file: lib/Module/Build/Platform/Amiga.pm
47 Module::Build::Platform::Default:
48 file: lib/Module/Build/Platform/Default.pm
50 Module::Build::Platform::EBCDIC:
51 file: lib/Module/Build/Platform/EBCDIC.pm
53 Module::Build::Platform::MPEiX:
54 file: lib/Module/Build/Platform/MPEiX.pm
56 Module::Build::Platform::MacOS:
57 file: lib/Module/Build/Platform/MacOS.pm
[all …]
H A DMETA-1_4.yml43 Module::Build::Platform::Amiga:
44 file: lib/Module/Build/Platform/Amiga.pm
46 Module::Build::Platform::Default:
47 file: lib/Module/Build/Platform/Default.pm
49 Module::Build::Platform::EBCDIC:
50 file: lib/Module/Build/Platform/EBCDIC.pm
52 Module::Build::Platform::MPEiX:
53 file: lib/Module/Build/Platform/MPEiX.pm
55 Module::Build::Platform::MacOS:
56 file: lib/Module/Build/Platform/MacOS.pm
[all …]
/openbsd-src/gnu/llvm/compiler-rt/cmake/
H A Dconfig-ix.cmake227 # platform. We use the results of these tests to build only the various target
233 # Detect whether the current target platform is 32-bit or 64-bit, and setup
296 # specific apple platform and architecture.
297 function(get_test_cflags_for_apple_platform platform arch cflags_out)
298 is_valid_apple_platform("${platform}" is_valid_platform)
300 message(FATAL_ERROR "\"${platform}\" is not a valid apple platform")
306 list(APPEND test_cflags ${DARWIN_${platform}_CFLAGS})
314 foreach (flag ${DARWIN_${platform}_CFLAGS})
315 if ("${flag}" MATCHES "^${DARWIN_${platform}_MIN_VER_FLAG}=.+")
317 get_xcrun_platform_from_apple_platform("${platform}" xcrun_platform_name)
[all …]
H A Dbuiltin-config-ix.cmake164 foreach(platform ${DARWIN_EMBEDDED_PLATFORMS})
165 if(DARWIN_${platform}sim_SYSROOT)
166 set(DARWIN_${platform}sim_BUILTIN_MIN_VER
167 ${DARWIN_${platform}_BUILTIN_MIN_VER})
168 set(DARWIN_${platform}sim_BUILTIN_MIN_VER_FLAG
169 ${DARWIN_${platform}_BUILTIN_MIN_VER_FLAG})
171 set(DARWIN_${platform}sim_SKIP_CC_KEXT On)
173 darwin_test_archs(${platform}sim
174 DARWIN_${platform}sim_BUILTIN_ARCHS
175 ${DARWIN_${platform}sim_BUILTIN_ALL_POSSIBLE_ARCHS}
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1 //===-- Platform.cpp ------------------------------------------------------===//
33 #include "lldb/Target/Platform.h"
62 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName()
77 static ConstString g_setting_name("platform"); in GetSettingName()
129 /// Get the native host platform plug-in.
135 /// This platform will be used as the default platform when launching
136 /// or attaching to processes unless another platform is specified.
137 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform()
139 void Platform::Initialize() {} in Initialize()
141 void Platform::Terminate() {} in Terminate()
[all …]
H A DRemoteAwarePlatform.cpp87 error.SetErrorStringWithFormat("the platform is not currently " in ResolveExecutable()
130 // No valid architecture was specified, ask the platform for the in ResolveExecutable()
156 "'{0}' doesn't contain any '{1}' platform architectures: {2}", in ResolveExecutable()
187 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
195 return Platform::MakeDirectory(file_spec, file_permissions); in MakeDirectory()
203 return Platform::GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
211 return Platform::SetFilePermissions(file_spec, file_permissions); in SetFilePermissions()
219 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
225 return Platform::CloseFile(fd, error); in CloseFile()
233 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
[all …]
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py2 architecture and/or the platform dependent nature of the tests. """
102 # Use the triple to determine the platform if set.
105 platform = triple.split('-')[2]
106 if platform.startswith('freebsd'):
107 platform = 'freebsd'
108 elif platform.startswith('netbsd'):
109 platform = 'netbsd'
110 return platform
116 """Returns the host platform running the test suite."""
124 """Returns the target platform which the tests are running on."""
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp22 #include "lldb/Target/Platform.h"
141 // "platform select <platform-name>"
145 : CommandObjectParsed(interpreter, "platform select", in CommandObjectPlatformSelect()
146 "Create a platform if needed and select it as the " in CommandObjectPlatformSelect()
147 "current platform.", in CommandObjectPlatformSelect()
148 "platform select <platform-name>", 0), in CommandObjectPlatformSelect()
150 false) // Don't include the "--platform" option by passing false in CommandObjectPlatformSelect()
187 result.AppendError("invalid platform name"); in DoExecute()
191 "platform create takes a platform name as an argument\n"); in DoExecute()
200 // "platform list"
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h1 //===-- Platform.h ----------------------------------------------*- C++ -*-===//
61 /// \class Platform Platform.h "lldb/Target/Platform.h"
62 /// A plug-in interface definition class for debug platform that
63 /// includes many platform abilities such as:
64 /// \li getting platform information such as supported architectures,
71 /// \li attaching and possibly debugging the platform's kernel
72 class Platform : public PluginInterface {
75 Platform(bool is_host_platform);
79 ~Platform() override;
87 /// Get the native host platform plug-in.
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/
H A Dget.py27 import platform
28 if sys.platform == 'darwin':
29 return 'mac-amd64' if platform.machine() != 'arm64' else 'mac-arm64'
30 if platform.machine() not in ('AMD64', 'x86_64'):
32 if sys.platform.startswith('linux'):
34 if sys.platform == 'win32':
39 platform = get_platform()
40 if not platform:
41 print('no prebuilt binary for', sys.platform)
48 dirname = os.path.join(os.path.dirname(__file__), 'bin', platform)
[all …]
H A Dgn.py19 import platform
20 if sys.platform == 'darwin':
21 return 'mac-amd64' if platform.machine() != 'arm64' else 'mac-arm64'
22 if platform.machine() not in ('AMD64', 'x86_64'):
24 if sys.platform.startswith('linux'):
26 if sys.platform == 'win32':
46 platform = get_platform()
47 if not platform:
49 gn = os.path.join(os.path.dirname(__file__), 'bin', platform, 'gn')
50 if not os.path.exists(gn + ('.exe' if sys.platform == 'win32' else '')):
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DTarget.h15 #include "llvm/TextAPI/Platform.h"
29 Target(Architecture Arch, PlatformType Platform) in Target() argument
30 : Arch(Arch), Platform(Platform) {} in Target()
32 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformType(Triple)) {} in Target()
39 PlatformType Platform; variable
43 return std::tie(LHS.Arch, LHS.Platform) == std::tie(RHS.Arch, RHS.Platform);
47 return std::tie(LHS.Arch, LHS.Platform) != std::tie(RHS.Arch, RHS.Platform);
51 return std::tie(LHS.Arch, LHS.Platform) < std::tie(RHS.Arch, RHS.Platform);
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_pci.c41 #define PLATFORM(x) .platform = (x) macro
119 PLATFORM(INTEL_I830),
124 PLATFORM(INTEL_I845G),
129 PLATFORM(INTEL_I85X),
134 PLATFORM(INTEL_I865G),
152 PLATFORM(INTEL_I915G),
160 PLATFORM(INTEL_I915GM),
168 PLATFORM(INTEL_I945G),
175 PLATFORM(INTEL_I945G
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A Dcrossplatform.t58 foreach my $platform (@platforms) {
59 my $module = "File::Spec::$platform";
68 my $v = $volumes{$platform} || '';
69 my $other_v = $other_vols{$platform} || '';
86 is $module->file_name_is_absolute($base), 1, "$base is absolute on $platform";
90 is @result, 0, "$platform->splitdir('') -> ()";
94 is $result, undef, "$platform->canonpath() -> undef";
98 is $result, undef, "$platform->canonpath(undef) -> undef";
105 if ($vms_unix_mode and $platform eq 'VMS') {
116 is $module->abs2rel($file, $base), $result, "$platform->abs2rel($file, $base)";
[all …]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile30 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Android
31 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/FreeBSD
32 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Linux
33 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/MacOSX
34 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/NetBSD
35 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/OpenBSD
36 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/POSIX
37 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Windows
38 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/gdb-server
/openbsd-src/gnu/usr.bin/perl/
H A Dmakedef.pl54 } elsif ($flag =~ /^(CCTYPE|FILETYPE|PLATFORM|TARG_DIR|CONFIG_H)=(.+)$/) {
60 my @PLATFORM = qw(aix win32 os2 vms test);
61 my %PLATFORM;
62 @PLATFORM{@PLATFORM} = ();
64 die "PLATFORM undefined, must be one of: @PLATFORM\n"
65 unless defined $ARGS{PLATFORM};
66 die "PLATFORM must be one of: @PLATFORM\
71 use constant PLATFORM => $ARGS{PLATFORM}; global() constant
[all...]
/openbsd-src/share/man/man4/
H A Dipmi.422 .Nd Intelligent Platform Management Interface driver
31 term Intelligent Platform Management refers to autonomous monitoring and
32 recovery features implemented directly in platform management hardware and
34 The key characteristics of Intelligent Platform Management is that
38 Platform status information can be obtained and recovery actions initiated
41 provide a level of manageability built in to the platform hardware.
47 The BMC provides the intelligence behind Intelligent Platform Management.
49 and the platform management hardware, provides autonomous monitoring,
53 IPMI uses message-based interfaces for the different interfaces to the platform
75 platform management hardware implementation.
[all …]
/openbsd-src/sys/arch/alpha/include/
H A Dcpuconf.h42 * Platform Specific Information and Function Hooks.
44 * The tags family and model information are strings describing the platform.
46 * The tag iobus describes the primary iobus for the platform- primarily
51 struct platform {
53 * Platform Information. struct
60 * Platform Specific Function Hooks
64 * mcheck_handler - Platform Specific Machine Check Handler
75 * There is an array of functions to initialize the platform structure.
84 * nocpu is function to call when you can't figure what platform you're on.
99 extern struct platform platfor
77 powerdownplatform global() argument
[all...]

12345678910>>...80