| /llvm-project-15.0.7/lldb/test/API/python_api/class_members/ |
| H A D | TestSBTypeClassMembers.py | 58 self.assertEquals(2, 65 self.assertEquals(4, 68 self.assertEquals(3, Base.GetMemberFunctionAtIndex(3).GetType( 71 self.assertEquals("sfunc", Base.GetMemberFunctionAtIndex( 73 self.assertEquals(lldb.eMemberFunctionKindStaticMethod, 79 self.assertEquals("char", 83 self.assertEquals("bar", 89 self.assertEquals( 93 self.assertEquals("id", Thingy.GetMemberFunctionAtIndex( 95 self.assertEquals(2, [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestWasm.py | 105 self.assertEquals(1, num_modules) 109 self.assertEquals(5, num_sections) 112 self.assertEquals("code", code_section.GetName()) 128 self.assertEquals(".debug_str", debug_str_section.GetName()) 157 self.assertEquals(1, num_modules) 161 self.assertEquals(5, num_sections) 164 self.assertEquals("code", code_section.GetName()) 180 self.assertEquals(".debug_str", debug_str_section.GetName()) 201 self.assertEquals(1, num_modules) 205 self.assertEquals(5, num_sections) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/ |
| H A D | TestVSCode_setFunctionBreakpoints.py | 43 self.assertEquals(len(breakpoints), len(functions), 55 self.assertEquals(len(breakpoints), len(functions), 67 self.assertEquals(len(breakpoints), len(functions), 71 self.assertEquals(bp_id, bp_id_12, 87 self.assertEquals(bp_id, bp_id_12, 120 self.assertEquals(len(breakpoint_ids), len(functions), 133 self.assertEquals(breakpoint_ids, new_breakpoint_ids, 139 self.assertEquals(i, 4, 144 self.assertEquals(breakpoint_ids, new_breakpoint_ids, 151 self.assertEquals(i, 6, [all …]
|
| H A D | TestVSCode_setBreakpoints.py | 65 self.assertEquals(len(breakpoints), 1) 135 self.assertEquals(len(breakpoints), len(lines), 159 self.assertEquals(len(breakpoints), len(lines), 179 self.assertEquals(len(breakpoints), len(lines), 197 self.assertEquals(len(breakpoints), len(lines), 204 self.assertEquals(len(breakpoints), len(lines), 213 self.assertEquals(len(breakpoints), len(lines), 255 self.assertEquals(len(breakpoints), len(lines), 310 self.assertEquals(i, 4, 324 self.assertEquals(i, 6, [all …]
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stackTrace/ |
| H A D | TestVSCode_stackTrace.py | 42 self.assertEquals(frame_name, expected_name, 45 self.assertEquals(frame_source, self.source_path, 48 self.assertEquals(frame_line, expected_line, 80 self.assertEquals(totalFrames, frameCount, 87 self.assertEquals(frameCount, len(stackFrames), 96 self.assertEquals(frameCount, len(stackFrames), 106 self.assertEquals(levels, len(stackFrames), 116 self.assertEquals(levels, len(stackFrames), 127 self.assertEquals(levels, len(stackFrames), 141 self.assertEquals(totalFrames, frameCount, [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/template/ |
| H A D | TestTemplateArgs.py | 55 self.assertEquals(testpos.GetType().GetName(), 'TestObj<1>') 70 self.assertEquals(testneg.GetType().GetName(), 'TestObj<-1>') 91 self.assertEquals(c1.GetType().GetName(), 'C<float, T1>') 93 self.assertEquals(f1.GetType().GetName(), 'float') 94 self.assertEquals(f1.GetValue(), '1.5') 102 self.assertEquals(f2.GetType().GetName(), 'double') 103 self.assertEquals(f2.GetValue(), '1.5') 105 self.assertEquals(f3.GetType().GetName(), 'double') 106 self.assertEquals(f3.GetValue(), '2.5') 108 self.assertEquals(f4.GetType().GetName(), 'int') [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/template-specialization-type/ |
| H A D | TestTemplateSpecializationType.py | 18 self.assertEquals(2, v.GetNumChildren()) 19 self.assertEquals("42", v.GetChildAtIndex(0).GetValue()) 20 self.assertEquals("21", v.GetChildAtIndex(1).GetValue()) 26 self.assertEquals(2, v.GetNumChildren()) 27 self.assertEquals("42", v.GetChildAtIndex(0).GetValue()) 28 self.assertEquals("21", v.GetChildAtIndex(1).GetValue())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/return-value/ |
| H A D | TestReturnValue.py | 68 self.assertEquals(fun_name, "outer_sint(int)") 75 self.assertEquals(in_int, ret_int) 81 self.assertEquals(len(thread_list), 1) 89 self.assertEquals(fun_name, "outer_sint(int)") 99 self.assertEquals(fun_name, "main") 105 self.assertEquals(2 * in_int, ret_int) 114 self.assertEquals(len(thread_list), 1) 129 self.assertEquals(fun_name, "outer_float(float)") 245 self.assertEquals(len(thread_list), 1) 271 self.assertEquals(fun_name, "main") [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/ |
| H A D | TestStepOverBreakpoint.py | 55 self.assertEquals(contextList.GetSize(), 1) 77 … self.assertEquals(self.thread.GetFrameAtIndex(0).GetLineEntry().GetLine(), self.line4) 92 self.assertEquals(self.thread.GetStopReason(), lldb.eStopReasonPlanComplete) 97 self.assertEquals(self.thread.GetStopReason(), lldb.eStopReasonPlanComplete) 102 self.assertEquals(self.thread.GetStopReason(), lldb.eStopReasonBreakpoint) 104 self.assertEquals(self.thread, thread1, "Didn't stop at breakpoint 4.") 107 self.assertEquals(self.breakpoint1.GetHitCount(), 1) 108 self.assertEquals(self.breakpoint2.GetHitCount(), 0) 109 self.assertEquals(self.breakpoint3.GetHitCount(), 0) 110 self.assertEquals(self.breakpoint4.GetHitCount(), 1)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/format-propagation/ |
| H A D | TestFormatPropagation.py | 55 self.assertEquals(X.GetValue(), "1", "X has an invalid value") 56 self.assertEquals(Y.GetValue(), "2", "Y has an invalid value") 67 self.assertEquals(X.GetValue(), "0x00000004", "X has not become 4") 68 self.assertEquals(Y.GetValue(), "0x00000002", "Y has not stuck as hex") 71 self.assertEquals(X.GetValue(), "0x00000004", "X is still hex") 72 self.assertEquals(Y.GetValue(), "2", "Y has not been reset") 80 self.assertEquals(Y.GetValue(), "2", "Y is not defaulted")
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/step_over_watchpoint/ |
| H A D | TestStepOverWatchpoint.py | 59 self.assertEquals(thread.GetStopReason(), lldb.eStopReasonWatchpoint, 61 self.assertEquals(thread.GetStopDescription(20), 'watchpoint 1') 66 self.assertEquals(thread.GetStopDescription(20), 'step over') 86 self.assertEquals(thread.GetStopReason(), lldb.eStopReasonWatchpoint, 88 self.assertEquals(thread.GetStopDescription(20), 'watchpoint 2') 93 self.assertEquals(thread.GetStopDescription(20), 'step over') 107 self.assertEquals(actual_stop_desc, expected_stop_desc, 111 self.assertEquals(stop_reason, lldb.eStopReasonPlanComplete,
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/array_types/ |
| H A D | TestArrayTypes.py | 170 self.assertEquals(variable.GetNumChildren(), 4, 177 self.assertEquals(child3.GetSummary(), '"Guten Tag"', 183 self.assertEquals(variable.GetNumChildren(), 16, 192 self.assertEquals(variable.GetNumChildren(), 2, 196 self.assertEquals(child0.GetNumChildren(), 3, 200 self.assertEquals(int(child0_2.GetValue(), 0), 3, 206 self.assertEquals(variable.GetNumChildren(), 6, 210 self.assertEquals(int(child5.GetValue(), 0), 6, 223 self.assertEquals(argc.GetValueType(), lldb.eValueTypeVariableArgument,
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-property/ |
| H A D | TestObjCProperty.py | 53 self.assertEquals(len(threads), 1) 74 self.assertEquals(nonexistant_int, 6) 80 self.assertEquals(new_access_count - start_access_count, 1) 94 self.assertEquals(new_access_count - start_access_count, 1) 123 self.assertEquals(idWithProtocol_value.GetTypeName(), "id") 128 self.assertEquals(value.GetValueAsUnsigned(11111), 123) 137 self.assertEquals(value.GetValueAsUnsigned(11111), 234)
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/ |
| H A D | TestDynamicValue.py | 67 self.assertEquals(len(threads), 1) 89 self.assertEquals(len(threads), 1) 153 self.assertEquals(anotherA_m_b_val, 300) 163 self.assertEquals(len(threads), 1) 175 self.assertEquals(len(threads), 1) 182 self.assertEquals(anotherA_loc, reallyA_loc) 183 self.assertEquals(anotherA_value.GetTypeName().find('B'), -1) 200 self.assertEquals(this_dynamic_loc, dynamic_location) 216 self.assertEquals(m_b_value, 10)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sblaunchinfo/ |
| H A D | TestSBLaunchInfo.py | 24 self.assertEquals(1, info.GetNumEnvironmentEntries()) 26 self.assertEquals(2, info.GetNumEnvironmentEntries()) 27 self.assertEquals("BAR", lookup(info, "FOO")) 28 self.assertEquals("BAZ", lookup(info, "BAR"))
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommandsFromPython.py | 150 self.assertEquals(len(threads), 1, "Stopped at inner breakpoint.") 154 self.assertEquals("callback was here", side_effect.callback) 155 self.assertEquals("function was here", side_effect.bktptcmd) 156 self.assertEquals("I am fancy", side_effect.fancy) 157 self.assertEquals("I am fancier", side_effect.fancier) 158 self.assertEquals("Not so fancy", side_effect.not_so_fancy) 159 self.assertEquals("I come from list input", side_effect.from_list)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/var_path/ |
| H A D | TestVarPath.py | 26 self.assertEquals(v.GetType().GetName(), var_typename, 44 …self.assertEquals(v.GetValue(), str(x_value), "Make sure '%s' has a value of %i" % (valid_x_path, … 45 … self.assertEquals(v.GetType().GetName(), "int", "Make sure '%s' has type 'int'" % (valid_x_path)) 51 …self.assertEquals(v.GetValue(), str(y_value), "Make sure '%s' has a value of %i" % (valid_y_path, … 52 … self.assertEquals(v.GetType().GetName(), "int", "Make sure '%s' has type 'int'" % (valid_y_path))
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-ivar-offsets/ |
| H A D | TestObjCIvarOffsets.py | 43 self.assertEquals(len(thread_list), 1) 62 self.assertEquals(backed_value, 1111) 72 self.assertEquals(derived_backed_value, 3333) 80 self.assertEquals(flag2_value, 7)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/cpp/ |
| H A D | TestCPPBreakpointLocations.py | 26 self.assertEquals( 90 self.assertEquals( 99 self.assertEquals( 105 self.assertEquals(
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_ids/ |
| H A D | TestBreakpointIDs.py | 23 self.assertEquals(bpno, 1, "First breakpoint number is 1.") 27 self.assertEquals(bpno, 2, "Second breakpoint number is 2.") 31 self.assertEquals(bpno, 3, "Third breakpoint number is 3.")
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/ |
| H A D | TestObjCDynamicValue.py | 69 self.assertEquals(len(threads), 1) 130 self.assertEquals(len(threads), 1) 143 self.assertEquals(len(threads), 1) 183 self.assertEquals(len(threads), 1) 204 self.assertEquals(int(derivedValue.GetValue(), 0), 30)
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/fixits/ |
| H A D | TestFixIts.py | 44 self.assertEquals(value.GetValueAsUnsigned(), 10) 53 self.assertEquals(value.GetError().GetCString(), "error: No value") 60 self.assertEquals(value.GetValueAsUnsigned(), 20) 68 self.assertEquals(value.GetSummary(), '"(0 {, })"') 173 self.assertEquals(value.GetError().GetCString(), "error: No value")
|
| /llvm-project-15.0.7/lldb/test/API/macosx/macCatalystAppMacOSFramework/ |
| H A D | TestMacCatalystAppWithMacOSFramework.py | 35 self.assertEquals(process_info['ostype'], 'maccatalyst') 47 self.assertEquals(aout_info['min_version_os_name'], 'maccatalyst') 48 self.assertEquals(libfoo_info['min_version_os_name'], 'macosx')
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/ |
| H A D | TestConsecutiveBreakpoints.py | 27 self.assertEquals(len(instructions), 2) 65 self.assertEquals( 92 self.assertEquals( 96 self.assertEquals(
|
| /llvm-project-15.0.7/lldb/test/API/python_api/value/change_values/ |
| H A D | TestChangeValueAPI.py | 76 self.assertEquals(actual_value, 100, "Got the right value from val") 99 self.assertEquals(actual_value, 5555) 107 self.assertEquals(actual_value, 98765, 120 self.assertEquals(actual_value, 6666) 128 self.assertEquals(actual_value, 98765,
|