Home
last modified time | relevance | path

Searched refs:DebugSBType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py65 self.DebugSBType(type)
95 self.DebugSBType(task_type)
100 self.DebugSBType(task_ref_type)
106 self.DebugSBType(task_pointer_type)
113 self.DebugSBType(task_head_type)
129 self.DebugSBType(id_type)
142 self.DebugSBType(myint_arr_type)
148 self.DebugSBType(myint_type)
155 self.DebugSBType(enum_type)
171 self.DebugSBType(enum_uchar)
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/stl/
H A DTestSTL.py52 self.DebugSBType(map_type)
62 self.DebugSBType(t)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/
H A DTestCppValueCast.py70 self.DebugSBType(typeA)
71 self.DebugSBType(typeB)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2534 def DebugSBType(self, type): member in TestBase