Searched refs:num_expected_locations (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/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 …]
|
| /openbsd/src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
| D | TestMPXTable.py | 46 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b1, num_expected_locations=1) 47 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b2, num_expected_locations=1) 48 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b3, num_expected_locations=1) 49 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b4, num_expected_locations=1) 133 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.b1, num_expected_locations=1)
|
| /openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| D | lldbutil.py | 302 num_expected_locations=1): argument 310 check_breakpoint_result(test, break_results, num_locations=num_expected_locations) 318 num_expected_locations=1, argument 343 if num_expected_locations == 1 and loc_exact: 347 num_locations=num_expected_locations, 355 num_locations=num_expected_locations) 364 num_expected_locations=-1, argument 380 if num_expected_locations == 1 and sym_exact: 384 num_locations=num_expected_locations, 391 num_locations=num_expected_locations) [all …]
|
| D | concurrent_base.py | 75 self, self.filename, line, num_expected_locations=-1)
|