Home | History | Annotate | Download | only in test

Lines Matching refs:extra_options

301 def run_break_set_by_file_and_line (test, file_name, line_number, extra_options = None, num_expected_locations = 1, loc_exact=False, module_name=None):
304 If extra_options is not None, then we append it to the breakpoint set command.
318 if extra_options:
319 command += " " + extra_options
330 def run_break_set_by_symbol (test, symbol, extra_options = None, num_expected_locations = -1, sym_exact = False, module_name=None):
339 if extra_options:
340 command += " " + extra_options
351 def run_break_set_by_selector (test, selector, extra_options = None, num_expected_locations = -1, module_name=None):
359 if extra_options:
360 command += " " + extra_options
371 def run_break_set_by_regexp (test, regexp, extra_options=None, num_expected_locations=-1):
375 if extra_options:
376 command += " " + extra_options
384 def run_break_set_by_source_regexp (test, regexp, extra_options=None, num_expected_locations=-1):
387 if extra_options:
388 command += " " + extra_options