Searched refs:linespec (Results 1 – 1 of 1) sorted by relevance
3 def parse_linespec (linespec, frame, result): argument23 mo = re.match("^([0-9]+)$", linespec)35 mo = re.match("^\+([0-9]+)$", linespec)47 mo = re.match("^\-([0-9]+)$", linespec)59 mo = re.match("^(.*):([0-9]+)$", linespec)68 mo = re.match("\*((0x)?([0-9a-f]+))$", linespec)77 breakpoint = target.BreakpointCreateByName(linespec)