Searched refs:run_break_set_by_regexp (Results 1 - 3 of 3) sorted by relevance

/external/lldb/test/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommand.py92 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)
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/
H A DTestDataFormatterObjC.py639 lldbutil.run_break_set_by_regexp (self, 'setAtoms')
/external/lldb/test/
H A Dlldbutil.py371 def run_break_set_by_regexp (test, regexp, extra_options=None, num_expected_locations=-1): function

Completed in 109 milliseconds