(gdb-mouse-toggle-breakpoint-fringe): Correct regexp to work when
breakpoint number exceeds nine.
+2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
+
+ * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
+ (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
+ work when breakpoint number exceeds nine.
+
2010-10-05 David Koppelman <koppel@ece.lsu.edu>
* hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
(if (posn-object posn)
(let* ((bptno (get-text-property
0 'gdb-bptno (car (posn-string posn)))))
- (string-match "\\([0-9+]\\)*" bptno)
+ (string-match "\\([0-9]+\\)*" bptno)
(gdb-enqueue-input
(list
(concat gdb-server-prefix
(setq obj (overlay-get overlay 'before-string))))
(when (stringp obj)
(let* ((bptno (get-text-property 0 'gdb-bptno obj)))
- (string-match "\\([0-9+]\\)*" bptno)
+ (string-match "\\([0-9]+\\)*" bptno)
(gdb-enqueue-input
(list
(concat gdb-server-prefix