fixed but about cond. breakpoint detection (?)
authorStefan Huber <shuber2@gmail.com>
Fri, 13 Jun 2008 15:05:00 +0000 (17:05 +0200)
committerStefan Huber <shuber2@gmail.com>
Fri, 13 Jun 2008 15:05:00 +0000 (17:05 +0200)
GdbTerminal.py
featurerequest.txt

index 6218d64780e18e7b2e0f515e3ecf7d90bd34ac3a..abf01e34776b597382c063ddd875c872472d2ea7 100644 (file)
@@ -95,8 +95,8 @@ class GdbTerminal (DbgTerminal.DbgTerminal):
                bplines = self.__getAnswerFromCmd("info breakpoints\n")
 
                rxbp = re.compile("^\d+\s+breakpoint")
                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
 
                bpnts = []
                i = 1
index bd8e9413b67b3b15a531a322f2b6436a5cab7402..455ad720402463f2eb5c2b4372cf7b4ec68bcef3 100644 (file)
@@ -1,15 +1,6 @@
 Smaller requests
 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
 
   - Scrollbar for terminals
 
-
 Medium requestes:
   - Deactivate breakpoints
   - Hightlight current line in little source field
 Medium requestes:
   - Deactivate breakpoints
   - Hightlight current line in little source field