Lines Matching refs:extra_options
301 def run_break_set_by_file_and_line (test, file_name, line_number, extra_options = None, num_expecte… argument
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_e… argument
339 if extra_options:
340 command += " " + extra_options
351 def run_break_set_by_selector (test, selector, extra_options = None, num_expected_locations = -1, m… argument
359 if extra_options:
360 command += " " + extra_options
371 def run_break_set_by_regexp (test, regexp, extra_options=None, num_expected_locations=-1): argument
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): argument
387 if extra_options:
388 command += " " + extra_options