Home
last modified time | relevance | path

Searched refs:bkpt_pattern (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/process/continue_to_bkpt/
H A DTestContinueToBkpts.py63 bkpt_pattern = "This is the {0} stop"
69 … bkpt = self.target.BreakpointCreateBySourceRegex(bkpt_pattern.format(elem), self.main_source_spec)
79 …mult_bkpt = self.target.BreakpointCreateBySourceRegex(bkpt_pattern.format("(seventh|eighth|nineth)…
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1022 def run_to_source_breakpoint(test, bkpt_pattern, source_spec, argument
1038 bkpt_pattern, source_spec, bkpt_module)
1042 %(bkpt_pattern, source_spec.GetFilename(), source_spec.GetDirectory()))