]> git.eshelyaron.com Git - emacs.git/commitdiff
(gdb-exited): Ensure overlay arrow gets killed.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jun 2006 22:35:19 +0000 (22:35 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jun 2006 22:35:19 +0000 (22:35 +0000)
(gdb-frame-handler): Generalise frame regexp for templates.

lisp/progmodes/gdb-ui.el

index f3144cbb84ab2d5b7cce83aa7ceb13cbf9fdf752..684102015cc3e9d6d1b8879bfb3c1ec10a3518c6 100644 (file)
@@ -1325,6 +1325,7 @@ directives."
   (setq gdb-active-process nil)
   (setq gud-overlay-arrow-position nil)
   (setq gdb-overlay-arrow-position nil)
+  (setq gud-old-arrow nil)
   (setq gdb-inferior-status "exited")
   (gdb-force-mode-line-update gdb-inferior-status)
   (gdb-stopping ignored))
@@ -3217,8 +3218,8 @@ BUFFER nil or omitted means use the current buffer."
     (setq gdb-frame-number (match-string 1))
     (setq gdb-frame-address (match-string 2)))
   (goto-char (point-min))
-  (when (re-search-forward ".*=\\s-+0x0*\\(\\S-*\\)\\s-+in\\s-+\\(\\S-+?\\)\
-\\(?: (\\(\\S-+?\\):[0-9]+?)\\)*;? "
+  (when (re-search-forward ".*=\\s-+0x0*\\(\\S-*\\)\\s-+in\\s-+\\(.*?\\)\
+\\(?: (\\(\\S-+?\\):[0-9]+?)\\)*; "
      nil t)
     (setq gdb-selected-frame (match-string 2))
     (if (gdb-get-buffer 'gdb-locals-buffer)