HomeSort by relevance Sort by last modified time
    Searched refs:sym_exact (Results 1 - 11 of 11) sorted by null

  /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/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/functionalities/archives/
TestBSDArchives.py 46 lldbutil.run_break_set_by_symbol (self, "b", num_expected_locations=1, sym_exact=True)
  /external/lldb/test/lang/c/forward/
TestForwardDeclaration.py 36 lldbutil.run_break_set_by_symbol (self, "foo", num_expected_locations=1, sym_exact=True)
  /external/lldb/test/lang/objc/foundation/
TestRuntimeTypes.py 37 lldbutil.run_break_set_by_symbol (self, '-[MyString description]', num_expected_locations=1, sym_exact=True)
TestFoundationDisassembly.py 81 lldbutil.run_break_set_by_symbol (self, '-[MyString initWithNSString:]', num_expected_locations=1, sym_exact=True)
TestObjCMethods.py 69 lldbutil.run_break_set_by_symbol (self, '-[MyString initWithNSString:]', num_expected_locations=1, sym_exact=True)
127 lldbutil.run_break_set_by_symbol (self, '-[MyString description]', num_expected_locations=1, sym_exact=True)
  /external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
TestBreakpointConditions.py 70 lldbutil.run_break_set_by_symbol (self, "c", extra_options="-c 'val == 3'", num_expected_locations=1, sym_exact=True)
73 lldbutil.run_break_set_by_symbol (self, "c", num_expected_locations=1, sym_exact=True)
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 74 lldbutil.run_break_set_by_symbol (self, "string_not_empty", num_expected_locations=1, sym_exact=True)
  /external/lldb/test/lang/objc/objc-optimized/
TestObjcOptimized.py 44 lldbutil.run_break_set_by_symbol (self, self.method_spec, num_expected_locations=1, sym_exact=True)
  /external/lldb/test/
lldbutil.py 330 def run_break_set_by_symbol (test, symbol, extra_options = None, num_expected_locations = -1, sym_exact = False, module_name=None):
333 If sym_exact is true, then the output symbol must match the input exactly, otherwise we do a substring match."""
344 if num_expected_locations == 1 and sym_exact:

Completed in 138 milliseconds