X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=GdbTerminal.py;h=abf01e34776b597382c063ddd875c872472d2ea7;hp=6218d64780e18e7b2e0f515e3ecf7d90bd34ac3a;hb=4bf9b3f0272ba757518a90c8bd35e66ccc7762fc;hpb=32cf025183d25d3ab1f8e398ef391f6b3616d980 diff --git a/GdbTerminal.py b/GdbTerminal.py index 6218d64..abf01e3 100644 --- a/GdbTerminal.py +++ b/GdbTerminal.py @@ -95,8 +95,8 @@ class GdbTerminal (DbgTerminal.DbgTerminal): bplines = self.__getAnswerFromCmd("info breakpoints\n") rxbp = re.compile("^\d+\s+breakpoint") - rxpos = re.compile("^.* at \S+:\d+$") - rxcond = re.compile("^\tstop only if") + rxpos = re.compile("^.*at \S+:\d+$") + rxcond = re.compile("^\s+stop only if") bpnts = [] i = 1