Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/platform/basic/
DTestPlatformPython.py24 host_platform = self.dbg.GetPlatformAtIndex(0)
43 platform = self.dbg.GetPlatformAtIndex(platform_idx)
53 host_platform = self.dbg.GetPlatformAtIndex(0)
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i322 ) GetPlatformAtIndex;
324 GetPlatformAtIndex (uint32_t idx);
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py36 obj.GetPlatformAtIndex(0xffffffff)
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h169 lldb::SBPlatform GetPlatformAtIndex(uint32_t idx);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1056 SBPlatform SBDebugger::GetPlatformAtIndex(uint32_t idx) { in GetPlatformAtIndex() function in SBDebugger
1057 LLDB_RECORD_METHOD(lldb::SBPlatform, SBDebugger, GetPlatformAtIndex, in GetPlatformAtIndex()
1777 LLDB_REGISTER_METHOD(lldb::SBPlatform, SBDebugger, GetPlatformAtIndex, in RegisterMethods()