Home
last modified time | relevance | path

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

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