/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
D | TestBreakpointCommand.py | 55 self, "main.c", self.line, num_expected_locations=1, loc_exact=True) 73 self, None, self.line, num_expected_locations=1, loc_exact=True) 75 self, "main.c", self.line, num_expected_locations=1, loc_exact=True) 77 self, "main.c", self.line, num_expected_locations=1, loc_exact=True) 81 self, None, self.line, num_expected_locations=1, loc_exact=True) 86 num_expected_locations=1, loc_exact=True) 89 num_expected_locations=1, loc_exact=True) 92 num_expected_locations=1, loc_exact=True) 95 num_expected_locations=1, loc_exact=True) 98 num_expected_locations=1, loc_exact=True) [all …]
|
/external/llvm-project/lldb/test/API/lang/cpp/namespace/ |
D | TestNamespaceLookup.py | 51 num_expected_locations=1, 57 num_expected_locations=1, 63 num_expected_locations=1, 69 num_expected_locations=1, 75 num_expected_locations=1, 81 num_expected_locations=1, 152 num_expected_locations=1, 158 num_expected_locations=1, 190 num_expected_locations=1, 210 num_expected_locations=1, [all …]
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_options/ |
D | TestBreakpointOptions.py | 38 num_expected_locations=1) 44 num_expected_locations=1) 88 num_expected_locations=1) 96 num_expected_locations=0) 99 self, 'ns::func', sym_exact=False, num_expected_locations=0)
|
/external/llvm-project/lldb/test/API/lang/c/set_values/ |
D | TestSetValues.py | 33 self, "main.c", self.line1, num_expected_locations=1, loc_exact=True) 36 self, "main.c", self.line2, num_expected_locations=1, loc_exact=True) 39 self, "main.c", self.line3, num_expected_locations=1, loc_exact=True) 42 self, "main.c", self.line4, num_expected_locations=1, loc_exact=True) 45 self, "main.c", self.line5, num_expected_locations=1, loc_exact=True)
|
/external/llvm-project/lldb/test/API/functionalities/thread/state/ |
D | TestThreadStates.py | 78 self, "main.cpp", self.break_1, num_expected_locations=1) 118 self, "main.cpp", self.break_1, num_expected_locations=1) 120 self, "main.cpp", self.break_2, num_expected_locations=1) 160 self, "main.cpp", self.break_1, num_expected_locations=1) 162 self, "main.cpp", self.break_2, num_expected_locations=1) 202 self, "main.cpp", self.break_1, num_expected_locations=1) 246 self, "main.cpp", self.break_1, num_expected_locations=1) 248 self, "main.cpp", self.break_2, num_expected_locations=1)
|
/external/llvm-project/lldb/utils/lui/ |
D | lldbutil.py | 326 num_expected_locations=1, argument 350 if num_expected_locations == 1 and loc_exact: 354 num_locations=num_expected_locations, 362 num_locations=num_expected_locations) 371 num_expected_locations=-1, argument 387 if num_expected_locations == 1 and sym_exact: 391 num_locations=num_expected_locations, 398 num_locations=num_expected_locations) 407 num_expected_locations=-1, argument 421 if num_expected_locations == 1: [all …]
|
/external/llvm-project/lldb/tools/intel-features/intel-mpx/test/ |
D | TestMPXTable.py | 48 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b1, num_expected_locations=1) 49 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b2, num_expected_locations=1) 50 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b3, num_expected_locations=1) 51 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b4, num_expected_locations=1) 135 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b1, num_expected_locations=1)
|
/external/llvm-project/lldb/test/API/functionalities/dead-strip/ |
D | TestDeadStrip.py | 26 self, "f1", num_expected_locations=1, module_name="a.out") 30 self, "f2", num_expected_locations=0, module_name="a.out") 34 self, "f3", num_expected_locations=1, module_name="a.out")
|
/external/llvm-project/lldb/test/API/functionalities/thread/thread_exit/ |
D | TestThreadExit.py | 35 self, "main.cpp", self.break_1, num_expected_locations=1) 37 self, "main.cpp", self.break_2, num_expected_locations=1) 39 self, "main.cpp", self.break_3, num_expected_locations=1) 41 self, "main.cpp", self.break_4, num_expected_locations=1)
|
/external/llvm-project/lldb/test/API/lang/c/conflicting-symbol/ |
D | TestConflictingSymbol.py | 36 extra_options='-f One.c', num_expected_locations=-2) 38 extra_options='-f Two.c', num_expected_locations=-2) 40 extra_options='-f main.c', num_expected_locations=1) 108 extra_options='-f main.c', num_expected_locations=1)
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_ids/ |
D | TestBreakpointIDs.py | 24 self, 'product', num_expected_locations=-1, sym_exact=False) 28 self, 'sum', num_expected_locations=-1, sym_exact=False) 32 self, 'junk', num_expected_locations=0, sym_exact=False)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbutil.py | 373 num_expected_locations=1): argument 381 check_breakpoint_result(test, break_results, num_locations=num_expected_locations) 389 num_expected_locations=1, argument 414 if num_expected_locations == 1 and loc_exact: 418 num_locations=num_expected_locations, 426 num_locations=num_expected_locations) 435 num_expected_locations=-1, argument 451 if num_expected_locations == 1 and sym_exact: 455 num_locations=num_expected_locations, 462 num_locations=num_expected_locations) [all …]
|
/external/llvm-project/lldb/test/API/functionalities/thread/create_after_attach/ |
D | TestCreateAfterAttach.py | 49 self, "main.cpp", self.break_1, num_expected_locations=1) 53 self, "main.cpp", self.break_2, num_expected_locations=1) 57 self, "main.cpp", self.break_3, num_expected_locations=1)
|
/external/llvm-project/lldb/test/API/lang/objc/real-definition/ |
D | TestRealDefinition.py | 25 self, 'Foo.m', line, num_expected_locations=1, loc_exact=True) 62 self, 'Bar.m', line, num_expected_locations=1, loc_exact=True) 96 self, "main.m", line, num_expected_locations=1, loc_exact=True)
|
/external/llvm-project/lldb/test/API/lang/objc/foundation/ |
D | TestObjCMethods.py | 51 num_expected_locations=1, 58 num_expected_locations=1, 124 num_expected_locations=1, 210 self, "main.m", self.line, num_expected_locations=1, loc_exact=True) 287 num_expected_locations=1,
|
/external/llvm-project/lldb/test/API/functionalities/load_unload/ |
D | TestLoadUnload.py | 187 self, "d.cpp", self.line_d_function, num_expected_locations=1) 232 self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True) 310 self, "a_function", num_expected_locations=0) 356 self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True) 385 self, "a_init", num_expected_locations=0) 387 self, "b_init", num_expected_locations=0) 389 self, "d_init", num_expected_locations=1)
|
/external/llvm-project/lldb/test/API/functionalities/thread/ignore_suspended/ |
D | TestIgnoreSuspendedThread.py | 41 num_expected_locations=1) 47 num_expected_locations=1) 53 num_expected_locations=1)
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/ |
D | TestDataFormatterLibcxxList.py | 38 self, "main.cpp", self.line, num_expected_locations=-1) 40 self, "main.cpp", self.line2, num_expected_locations=-1) 42 self, "main.cpp", self.line3, num_expected_locations=-1) 44 self, "main.cpp", self.line4, num_expected_locations=-1)
|
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/ |
D | TestWatchpointCommands.py | 49 self, None, self.line, num_expected_locations=1) 176 self, None, self.line, num_expected_locations=1) 233 self, None, self.line, num_expected_locations=1) 300 self, None, self.line, num_expected_locations=1) 302 self, None, self.line2, num_expected_locations=1)
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/ |
D | TestBreakpointByFileColonLine.py | 25 …butil.run_break_set_by_file_colon_line(self, "main.c:11", "main.c", 11, num_expected_locations = 1) 41 …il.run_break_set_by_file_colon_line(self, "main.c:11:50", "main.c", 11, num_expected_locations = 1)
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/ |
D | TestInlinedBreakpoints.py | 43 self, "basic_type.cpp", self.line, num_expected_locations=0) 56 num_expected_locations=1,
|
/external/llvm-project/lldb/test/API/functionalities/archives/ |
D | TestBSDArchives.py | 34 self, "a.c", self.line, num_expected_locations=1, loc_exact=True) 50 self, "b", num_expected_locations=1, sym_exact=True)
|
/external/llvm-project/lldb/test/API/commands/expression/test/ |
D | TestExprs2.py | 32 self, "main.cpp", self.line, num_expected_locations=1, loc_exact=False) 66 self, "main.cpp", self.line, num_expected_locations=1, loc_exact=False)
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/ |
D | TestBreakpointsWithNoTargets.py | 33 self, "main.c", self.line, num_expected_locations=0) 35 self, "main.c", self.line2, num_expected_locations=0)
|
/external/llvm-project/lldb/test/API/lang/c/function_types/ |
D | TestFunctionTypes.py | 36 num_expected_locations=1, 76 self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
|