From 4bf9b3f0272ba757518a90c8bd35e66ccc7762fc Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 13 Jun 2008 17:05:00 +0200 Subject: [PATCH] fixed but about cond. breakpoint detection (?) --- GdbTerminal.py | 4 ++-- featurerequest.txt | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) 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 diff --git a/featurerequest.txt b/featurerequest.txt index bd8e941..455ad72 100644 --- a/featurerequest.txt +++ b/featurerequest.txt @@ -1,15 +1,6 @@ Smaller requests - - error when readreading the condition of breakpoints! (stop only if...) - - (gdb) info breakpoints - Num Type Disp Enb Address What - 2 breakpoint keep y 0x080bc7e8 in InsertApexDegreeTwoNodeArc(int, int, i nt, t_site) at ../../src/vd_data.c:850 - stop only if det1 / det2 < 1000 || det1 / det2 > 0.001 - breakpoint already hit 1 time - - Scrollbar for terminals - Medium requestes: - Deactivate breakpoints - Hightlight current line in little source field -- 2.30.2