Searched refs:GDB_LINE_RE (Results 1 – 1 of 1) sorted by relevance
12 GDB_LINE_RE = re.compile(r'Line ([0-9]*) of "([^"]*)".*') variable16 match = GDB_LINE_RE.match(output_line)