| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBPlatform.cpp | 290 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() function in SBPlatform 292 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform 298 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform 304 SBPlatform &SBPlatform::operator=(const SBPlatform &rhs) { in operator =() 311 SBPlatform::~SBPlatform() = default; 313 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform() 316 SBPlatform host_platform; in GetHostPlatform() 321 bool SBPlatform::IsValid() const { in IsValid() 325 SBPlatform::operator bool() const { in operator bool() 331 void SBPlatform::Clear() { in Clear() [all …]
|
| H A D | SBDebugger.cpp | 1090 SBPlatform SBDebugger::GetSelectedPlatform() { in GetSelectedPlatform() 1095 SBPlatform sb_platform; in GetSelectedPlatform() 1107 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform() 1133 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex() 1136 SBPlatform sb_platform; in GetPlatformAtIndex() 1517 if (SBPlatform platform = GetSelectedPlatform()) { in SetCurrentPlatformSDKRoot()
|
| H A D | CMakeLists.txt | 56 SBPlatform.cpp
|
| H A D | SBTarget.cpp | 176 SBPlatform SBTarget::GetPlatform() { in GetPlatform() 181 return SBPlatform(); in GetPlatform() 183 SBPlatform platform; in GetPlatform()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBPlatform.h | 88 friend class SBPlatform; 93 class LLDB_API SBPlatform { 95 SBPlatform(); 97 SBPlatform(const char *platform_name); 99 SBPlatform(const SBPlatform &rhs); 101 SBPlatform &operator=(const SBPlatform &rhs); 103 ~SBPlatform(); 105 static SBPlatform GetHostPlatform();
|
| H A D | SBLaunchInfo.h | 20 class SBPlatform; variable 183 friend class SBPlatform;
|
| H A D | SBDebugger.h | 227 lldb::SBPlatform GetSelectedPlatform(); 229 void SetSelectedPlatform(lldb::SBPlatform &platform); 235 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
|
| H A D | SBEnvironment.h | 123 friend class SBPlatform;
|
| H A D | SBUnixSignals.h | 55 friend class SBPlatform; variable
|
| H A D | SBTarget.h | 27 class SBPlatform; variable 95 lldb::SBPlatform GetPlatform(); 875 friend class SBPlatform; variable
|
| H A D | SBError.h | 75 friend class SBPlatform; variable
|
| H A D | SBFileSpec.h | 71 friend class SBPlatform; variable
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBPlatform.i | 120 ) SBPlatform; 121 class SBPlatform 125 SBPlatform (); 127 SBPlatform (const char *); 129 ~SBPlatform(); 131 static SBPlatform GetHostPlatform();
|
| H A D | SBDebugger.i | 332 lldb::SBPlatform 336 SetSelectedPlatform(lldb::SBPlatform &platform); 347 lldb::SBPlatform
|
| H A D | SBTarget.i | 108 lldb::SBPlatform
|
| /openbsd-src/gnu/usr.bin/clang/liblldbAPI/ |
| H A D | Makefile | 46 SBPlatform.cpp \
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbplatformutil.py | 117 return _get_platform_os(lldb.SBPlatform("host"))
|
| H A D | dotest.py | 811 if lldb.SBPlatform.GetHostPlatform().GetOSMajorVersion() < 13: 896 lldb.selected_platform = lldb.SBPlatform.GetHostPlatform() 904 lldb.remote_platform = lldb.SBPlatform(
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 78 "SBPlatform.cpp",
|
| /openbsd-src/gnu/llvm/lldb/bindings/ |
| H A D | interfaces.swig | 50 %include "./interface/SBPlatform.i"
|
| H A D | headers.swig | 46 #include "lldb/API/SBPlatform.h"
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | .htaccess | 63 Redirect 301 /python_reference/lldb.SBPlatform-class.html https://lldb.llvm.org/python_api/lldb.SBP…
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3625 lldb/include/lldb/API/SBPlatform.h
|