(gud-gdb-marker-regexp): Allow for drive letter and colon.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Sep 1997 19:39:35 +0000 (19:39 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Sep 1997 19:39:35 +0000 (19:39 +0000)
lisp/gud.el

index 419ce21..12a96cf 100644 (file)
@@ -183,7 +183,7 @@ we're in the GUD buffer)."
   ;; This used to use path-separator instead of ":";
   ;; however, we found that on both Windows 32 and MSDOS
   ;; a colon is correct here.
-  (concat "\032\032\\([^" ":" "\n]*\\)" ":"
+  (concat "\032\032\\(.:?[^" ":" "\n]*\\)" ":"
          "\\([0-9]*\\)" ":" ".*\n"))
 
 ;; There's no guarantee that Emacs will hand the filter the entire