(gud-gdb-marker-filter): Include "\n" in regexp
to detect the beginning of a level 2 or 3 annotation.
This commit is contained in:
parent
5d987733d0
commit
034de73609
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ off the specialized speedbar mode."
|
|||
;; gud-marker-acc until we receive the rest of it. Since we
|
||||
;; know the full marker regexp above failed, it's pretty simple to
|
||||
;; test for marker starts.
|
||||
(if (string-match "\032.*\\'" gud-marker-acc)
|
||||
(if (string-match "\n\\(\032.*\\)?\\'" gud-marker-acc)
|
||||
(progn
|
||||
;; Everything before the potential marker start can be output.
|
||||
(setq output (concat output (substring gud-marker-acc
|
||||
|
|
Loading…
Add table
Reference in a new issue