Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/platform/basic/
DTestPlatformPython.py22 initial_num_platforms = self.dbg.GetNumPlatforms()
40 self.assertEqual(self.dbg.GetNumPlatforms(), initial_num_platforms + 1)
42 for platform_idx in range(self.dbg.GetNumPlatforms()):
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i316 ) GetNumPlatforms;
318 GetNumPlatforms ();
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py35 obj.GetNumPlatforms()
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h166 uint32_t GetNumPlatforms();
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1046 uint32_t SBDebugger::GetNumPlatforms() { in GetNumPlatforms() function in SBDebugger
1047 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBDebugger, GetNumPlatforms); in GetNumPlatforms()
1776 LLDB_REGISTER_METHOD(uint32_t, SBDebugger, GetNumPlatforms, ()); in RegisterMethods()