Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py20 initial_num_platforms = self.dbg.GetNumPlatforms()
38 self.assertEqual(self.dbg.GetNumPlatforms(), initial_num_platforms + 1)
40 for platform_idx in range(self.dbg.GetNumPlatforms()):
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i338 ) GetNumPlatforms;
340 GetNumPlatforms ();
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py36 obj.GetNumPlatforms()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h215 uint32_t GetNumPlatforms();
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1085 uint32_t SBDebugger::GetNumPlatforms() { in GetNumPlatforms() function in SBDebugger