Home
last modified time | relevance | path

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

12345678

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommand.py55 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/
DTestNamespaceLookup.py51 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/
DTestBreakpointOptions.py38 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/
DTestSetValues.py33 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/
DTestThreadStates.py78 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/
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 …]
/external/llvm-project/lldb/tools/intel-features/intel-mpx/test/
DTestMPXTable.py48 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/
DTestDeadStrip.py26 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/
DTestThreadExit.py35 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/
DTestConflictingSymbol.py36 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/
DTestBreakpointIDs.py24 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/
Dlldbutil.py373 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/
DTestCreateAfterAttach.py49 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/
DTestRealDefinition.py25 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/
DTestObjCMethods.py51 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/
DTestLoadUnload.py187 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/
DTestIgnoreSuspendedThread.py41 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/
DTestDataFormatterLibcxxList.py38 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/
DTestWatchpointCommands.py49 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/
DTestBreakpointByFileColonLine.py25 …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/
DTestInlinedBreakpoints.py43 self, "basic_type.cpp", self.line, num_expected_locations=0)
56 num_expected_locations=1,
/external/llvm-project/lldb/test/API/functionalities/archives/
DTestBSDArchives.py34 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/
DTestExprs2.py32 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/
DTestBreakpointsWithNoTargets.py33 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/
DTestFunctionTypes.py36 num_expected_locations=1,
76 self, "main.c", self.line, num_expected_locations=1, loc_exact=True)

12345678