Searched refs:run_break_set_by_symbol (Results 1 - 17 of 17) sorted by relevance

/external/lldb/test/functionalities/breakpoint/breakpoint_ids/
H A DTestBreakpointIDs.py32 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/
H A DTestDeadStrip.py36 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/expression_command/radar_9531204/
H A DTestPrintfAfterUp.py22 lldbutil.run_break_set_by_symbol (self, 'foo', sym_exact=True, num_expected_locations=1)
/external/lldb/test/lang/c/forward/
H A DTestForwardDeclaration.py36 lldbutil.run_break_set_by_symbol (self, "foo", num_expected_locations=1, sym_exact=True)
/external/lldb/test/functionalities/archives/
H A DTestBSDArchives.py46 lldbutil.run_break_set_by_symbol (self, "b", num_expected_locations=1, sym_exact=True)
/external/lldb/test/functionalities/longjmp/
H A DTestLongjmp.py42 lldbutil.run_break_set_by_symbol (self, symbol, num_expected_locations=-1)
/external/lldb/test/functionalities/watchpoint/variable_out_of_scope/
H A DTestWatchedVarHitWhenInScope.py53 lldbutil.run_break_set_by_symbol (self, "main", num_expected_locations=-1)
/external/lldb/test/lang/c/const_variables/
H A DTestConstVariables.py38 lldbutil.run_break_set_by_symbol (self, "main", num_expected_locations=1)
/external/lldb/test/lang/objc/foundation/
H A DTestRuntimeTypes.py37 lldbutil.run_break_set_by_symbol (self, '-[MyString description]', num_expected_locations=1, sym_exact=True)
H A DTestFoundationDisassembly.py81 lldbutil.run_break_set_by_symbol (self, '-[MyString initWithNSString:]', num_expected_locations=1, sym_exact=True)
H A DTestObjCMethods.py69 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/lang/objc/objc-optimized/
H A DTestObjcOptimized.py44 lldbutil.run_break_set_by_symbol (self, self.method_spec, num_expected_locations=1, sym_exact=True)
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py70 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/
H A DTestFunctionTypes.py74 lldbutil.run_break_set_by_symbol (self, "string_not_empty", num_expected_locations=1, sym_exact=True)
/external/lldb/test/functionalities/register/
H A DTestRegisters.py70 lldbutil.run_break_set_by_symbol (self, "main", num_expected_locations=-1)
150 lldbutil.run_break_set_by_symbol (self, "main", num_expected_locations=-1)
/external/lldb/test/functionalities/load_unload/
H A DTestLoadUnload.py197 lldbutil.run_break_set_by_symbol (self, "a_function", num_expected_locations=0)
/external/lldb/test/
H A Dlldbutil.py330 def run_break_set_by_symbol (test, symbol, extra_options = None, num_expected_locations = -1, sym_exact = False, module_name=None): function

Completed in 369 milliseconds