Home
last modified time | relevance | path

Searched refs:GetPlatformAtIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py22 host_platform = self.dbg.GetPlatformAtIndex(0)
41 platform = self.dbg.GetPlatformAtIndex(platform_idx)
51 host_platform = self.dbg.GetPlatformAtIndex(0)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i344 ) GetPlatformAtIndex;
346 GetPlatformAtIndex (uint32_t idx);
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py37 obj.GetPlatformAtIndex(0xffffffff)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h218 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1095 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex() function in SBDebugger