Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.cpp1052 SBPlatform SBDebugger::GetSelectedPlatform() { in GetSelectedPlatform()
1057 SBPlatform sb_platform; in GetSelectedPlatform()
1069 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform()
1095 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex()
1098 SBPlatform sb_platform; in GetPlatformAtIndex()
1481 if (SBPlatform platform = GetSelectedPlatform()) { in SetCurrentPlatformSDKRoot()
H A DCMakeLists.txt56 SBPlatform.cpp
/llvm-project-15.0.7/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.h210 lldb::SBPlatform GetSelectedPlatform();
212 void SetSelectedPlatform(lldb::SBPlatform &platform);
218 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 DSBFileSpec.h71 friend class SBPlatform; variable
H A DSBError.h68 friend class SBPlatform; variable
/llvm-project-15.0.7/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.i330 lldb::SBPlatform
334 SetSelectedPlatform(lldb::SBPlatform &platform);
345 lldb::SBPlatform
/llvm-project-15.0.7/lldb/test/API/python_api/sbplatform/
H A DTestSBPlatform.py12 plat = lldb.SBPlatform.GetHostPlatform()
23 plat = lldb.SBPlatform("remote-linux") # arbitrary choice
33 floating_platform = lldb.SBPlatform("remote-netbsd")
42 floating_platform = lldb.SBPlatform("remote-netbsd")
/llvm-project-15.0.7/lldb/test/API/qemu/
H A DTestQemuAPI.py13 qemu = lldb.SBPlatform("qemu-user")
14 host = lldb.SBPlatform.GetHostPlatform()
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py86 plat = lldb.SBPlatform("remote-linux")
100 plat = lldb.SBPlatform("remote-linux")
H A DTestPlatformKill.py40 host_platform = lldb.SBPlatform("host")
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py113 self.dbg.SetSelectedPlatform(lldb.SBPlatform("remote-windows"))
131 fbsd = lldb.SBPlatform("remote-freebsd")
/llvm-project-15.0.7/lldb/test/API/commands/platform/connect/
H A DTestPlatformConnect.py38 new_platform = lldb.SBPlatform("remote-" + self.getPlatform())
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DTestAutoInstallMainExecutable.py40 new_platform = lldb.SBPlatform("remote-" + self.getPlatform())
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn78 "SBPlatform.cpp",
/llvm-project-15.0.7/lldb/bindings/
H A Dinterfaces.swig50 %include "./interface/SBPlatform.i"
H A Dheaders.swig46 #include "lldb/API/SBPlatform.h"
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py807 if lldb.SBPlatform.GetHostPlatform().GetOSMajorVersion() < 13:
900 lldb.selected_platform = lldb.SBPlatform.GetHostPlatform()
908 lldb.remote_platform = lldb.SBPlatform(
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess63 Redirect 301 /python_reference/lldb.SBPlatform-class.html https://lldb.llvm.org/python_api/lldb.SBP…

12