Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp294 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() function in SBPlatform
296 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform
302 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform
308 SBPlatform &SBPlatform::operator=(const SBPlatform &rhs) { in operator =()
315 SBPlatform::~SBPlatform() = default;
317 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform()
320 SBPlatform host_platform; in GetHostPlatform()
325 bool SBPlatform::IsValid() const { in IsValid()
329 SBPlatform::operator bool() const { in operator bool()
335 void SBPlatform::Clear() { in Clear()
[all …]
H A DSBDebugger.cpp1104 SBPlatform SBDebugger::GetSelectedPlatform() { in GetSelectedPlatform()
1109 SBPlatform sb_platform; in GetSelectedPlatform()
1121 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform()
1147 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex()
1150 SBPlatform sb_platform; in GetPlatformAtIndex()
1534 if (SBPlatform platform = GetSelectedPlatform()) { in SetCurrentPlatformSDKRoot()
H A DSBTarget.cpp177 SBPlatform SBTarget::GetPlatform() { in GetPlatform()
182 return SBPlatform(); in GetPlatform()
184 SBPlatform platform; in GetPlatform()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h92 friend class SBPlatform;
97 class LLDB_API SBPlatform {
99 SBPlatform();
101 SBPlatform(const char *platform_name);
103 SBPlatform(const SBPlatform &rhs);
105 SBPlatform &operator=(const SBPlatform &rhs);
107 ~SBPlatform();
109 static SBPlatform GetHostPlatform();
H A DSBDebugger.h263 lldb::SBPlatform GetSelectedPlatform();
265 void SetSelectedPlatform(lldb::SBPlatform &platform);
271 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
490 friend class SBPlatform; variable
H A DSBLaunchInfo.h21 class SBPlatform; variable
210 friend class SBPlatform;
H A DSBProcessInfoList.h38 friend SBPlatform;
H A DSBEnvironment.h123 friend class SBPlatform;
H A DSBUnixSignals.h55 friend class SBPlatform; variable
H A DSBAttachInfo.h200 friend class SBPlatform; variable
H A DSBModuleSpec.h93 friend class SBPlatform; variable
H A DSBFileSpec.h74 friend class SBPlatform; variable
H A DSBTarget.h34 class SBPlatform; variable
100 lldb::SBPlatform GetPlatform();
941 friend class SBPlatform; variable
H A DSBError.h85 friend class SBPlatform; variable
H A DSBDefines.h89 class LLDB_API SBPlatform; variable
H A DSBProcess.h452 friend class SBPlatform; variable
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatformDocstrings.i31 ) lldb::SBPlatform;
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig47 #include "lldb/API/SBPlatform.h"
H A Dinterfaces.swig124 %include "lldb/API/SBPlatform.h"
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40655 result = (lldb::SBPlatform *)new lldb::SBPlatform((lldb::SBPlatform const &)*arg1); in _wrap_new_SBPlatform__SWIG_2()
40732 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_IsValid()
40756 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_Clear()
40779 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_GetWorkingDirectory()
40803 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_SetWorkingDirectory()
40830 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_GetName()
40854 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_ConnectRemote()
40888 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_DisconnectRemote()
40911 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_IsConnected()
40935 lldb::SBPlatform *arg1 = (lldb::SBPlatform *) 0 ; in _wrap_SBPlatform_GetTriple()
[all …]
H A DMakefile57 SRCS+= API/SBPlatform.cpp