Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/utils/lui/
Dlldbutil.py326 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/
DTestMPXTable.py46 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/
Dlldbutil.py302 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 …]
Dconcurrent_base.py75 self, self.filename, line, num_expected_locations=-1)