Home
last modified time | relevance | path

Searched refs:SBPlatform (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp290 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 DSBDebugger.cpp1090 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 DCMakeLists.txt56 SBPlatform.cpp
H A DSBTarget.cpp176 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 DSBPlatform.h88 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 DSBLaunchInfo.h20 class SBPlatform; variable
183 friend class SBPlatform;
H A DSBDebugger.h227 lldb::SBPlatform GetSelectedPlatform();
229 void SetSelectedPlatform(lldb::SBPlatform &platform);
235 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
H A DSBEnvironment.h123 friend class SBPlatform;
H A DSBUnixSignals.h55 friend class SBPlatform; variable
H A DSBTarget.h27 class SBPlatform; variable
95 lldb::SBPlatform GetPlatform();
875 friend class SBPlatform; variable
H A DSBError.h75 friend class SBPlatform; variable
H A DSBFileSpec.h71 friend class SBPlatform; variable
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i120 ) SBPlatform;
121 class SBPlatform
125 SBPlatform ();
127 SBPlatform (const char *);
129 ~SBPlatform();
131 static SBPlatform GetHostPlatform();
H A DSBDebugger.i332 lldb::SBPlatform
336 SetSelectedPlatform(lldb::SBPlatform &platform);
347 lldb::SBPlatform
H A DSBTarget.i108 lldb::SBPlatform
/openbsd-src/gnu/usr.bin/clang/liblldbAPI/
H A DMakefile46 SBPlatform.cpp \
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py117 return _get_platform_os(lldb.SBPlatform("host"))
H A Ddotest.py811 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 DBUILD.gn78 "SBPlatform.cpp",
/openbsd-src/gnu/llvm/lldb/bindings/
H A Dinterfaces.swig50 %include "./interface/SBPlatform.i"
H A Dheaders.swig46 #include "lldb/API/SBPlatform.h"
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess63 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 Dclang-formatted-files.txt3625 lldb/include/lldb/API/SBPlatform.h