Home
last modified time | relevance | path

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

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