HomeSort by relevance Sort by last modified time
    Searched refs:num_expected_locations (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/lldb/test/functionalities/breakpoint/breakpoint_command/
TestBreakpointCommand.py 52 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1, loc_exact=True)
53 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
54 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
92 lldbutil.run_break_set_by_regexp (self, r"._MyFunction", num_expected_locations=2)
94 lldbutil.run_break_set_by_regexp (self, r"._MyFunction", extra_options="-f a.c", num_expected_locations=1)
96 lldbutil.run_break_set_by_regexp (self, r"._MyFunction", extra_options="-f a.c -f b.c", num_expected_locations=2)
99 lldbutil.run_break_set_by_source_regexp (self, r"is about to return [12]0", extra_options="-f a.c -f b.c", num_expected_locations=2)
101 lldbutil.run_break_set_by_source_regexp (self, r"is about to return [12]0", extra_options="-f a.c", num_expected_locations=1)
175 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/functionalities/breakpoint/breakpoint_ids/
TestBreakpointIDs.py 32 bpno = lldbutil.run_break_set_by_symbol (self, 'product', num_expected_locations=-1, sym_exact=False)
35 bpno = lldbutil.run_break_set_by_symbol (self, 'sum', num_expected_locations=-1, sym_exact=False)
38 bpno = lldbutil.run_break_set_by_symbol (self, 'junk', num_expected_locations=0, sym_exact=False)
  /external/lldb/test/functionalities/dead-strip/
TestDeadStrip.py 36 lldbutil.run_break_set_by_symbol (self, "f1", num_expected_locations=1, module_name="a.out")
39 lldbutil.run_break_set_by_symbol (self, "f2", num_expected_locations=0, module_name="a.out")
42 lldbutil.run_break_set_by_symbol (self, "f3", num_expected_locations=1, module_name="a.out")
  /external/lldb/test/lang/c/set_values/
TestSetValues.py 42 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line1, num_expected_locations=1, loc_exact=True)
44 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line2, num_expected_locations=1, loc_exact=True)
46 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line3, num_expected_locations=1, loc_exact=True)
48 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line4, num_expected_locations=1, loc_exact=True)
50 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line5, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/functionalities/thread/thread_exit/
TestThreadExit.py 46 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.break_1, num_expected_locations=1)
47 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.break_2, num_expected_locations=1)
48 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.break_3, num_expected_locations=1)
49 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.break_4, num_expected_locations=1)
  /external/lldb/test/functionalities/archives/
TestBSDArchives.py 30 lldbutil.run_break_set_by_file_and_line (self, "a.c", self.line, num_expected_locations=1, loc_exact=True)
46 lldbutil.run_break_set_by_symbol (self, "b", num_expected_locations=1, sym_exact=True)
  /external/lldb/test/functionalities/breakpoint/inlined_breakpoints/
TestInlinedBreakpoints.py 42 lldbutil.run_break_set_by_file_and_line (self, "basic_type.cpp", self.line, num_expected_locations=0)
50 lldbutil.run_break_set_by_file_and_line (self, "basic_type.cpp", self.line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/functionalities/thread/create_after_attach/
TestCreateAfterAttach.py 70 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_1, num_expected_locations=1)
73 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_2, num_expected_locations=1)
76 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_3, num_expected_locations=1)
  /external/lldb/test/lang/objc/real-definition/
TestRealDefinition.py 59 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
66 lldbutil.run_break_set_by_file_and_line (self, 'Foo.m', line, num_expected_locations=1, loc_exact=True);
94 lldbutil.run_break_set_by_file_and_line (self, 'Bar.m', line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/expression_command/radar_9531204/
TestPrintfAfterUp.py 22 lldbutil.run_break_set_by_symbol (self, 'foo', sym_exact=True, num_expected_locations=1)
  /external/lldb/test/expression_command/radar_9673664/
TestExprHelpExamples.py 31 lldbutil.run_break_set_by_file_and_line (self, self.main_source, self.line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/expression_command/test/
TestExprs2.py 29 lldbutil.run_break_set_by_file_and_line(self, "main.cpp", self.line, num_expected_locations=1,loc_exact=False)
  /external/lldb/test/functionalities/stop-hook/
TestStopHookCmd.py 47 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.begl, num_expected_locations=1, loc_exact=True)
49 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/functionalities/thread/state/
TestThreadStates.py 97 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_1, num_expected_locations=1)
137 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_1, num_expected_locations=1)
138 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_2, num_expected_locations=1)
186 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_1, num_expected_locations=1)
187 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_2, num_expected_locations=1)
231 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_1, num_expected_locations=1)
284 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_1, num_expected_locations=1)
285 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.break_2, num_expected_locations=1)
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 51 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
74 lldbutil.run_break_set_by_symbol (self, "string_not_empty", num_expected_locations=1, sym_exact=True)
  /external/lldb/test/lang/c/struct_types/
TestStructTypes.py 54 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=False)
55 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.return_line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/lang/objc/foundation/
TestObjCMethods2.py 108 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
144 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
170 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
197 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
212 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
227 lldbutil.run_break_set_by_file_and_line (self, "main.m", line, num_expected_locations=1, loc_exact=True)
TestFoundationDisassembly.py 81 lldbutil.run_break_set_by_symbol (self, '-[MyString initWithNSString:]', num_expected_locations=1, sym_exact=True)
84 lldbutil.run_break_set_by_selector (self, 'description', num_expected_locations=1, module_name='a.out')
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/
TestDataFormatterLibcxxList.py 40 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=-1)
41 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line2, num_expected_locations=-1)
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
TestDataFormatterLibcxxVector.py 40 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=-1)
41 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line2, num_expected_locations=-1)
  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/
TestWatchpointCommands.py 115 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
170 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
210 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
309 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
349 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
393 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
447 lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
448 lldbutil.run_break_set_by_file_and_line (self, None, self.line2, num_expected_locations=1)
  /external/lldb/test/macosx/universal/
TestUniversal.py 57 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
82 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/expression_command/call-function/
TestCallStdStringFunction.py 42 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=-1, loc_exact=True)
  /external/lldb/test/expression_command/two-files/
TestObjCTypeQueryFromOtherCompileUnit.py 41 lldbutil.run_break_set_by_file_and_line (self, "main.m", self.line, num_expected_locations=1, loc_exact=True)
  /external/lldb/test/functionalities/breakpoint/breakpoint_locations/
TestBreakpointLocations.py 40 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line, num_expected_locations=3)

Completed in 401 milliseconds

1 2 3 4 5 6