Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3cfc0f43
Commit
3cfc0f43
authored
Jun 20, 2006
by
Nick Roberts
Browse files
(gdb-exited): Ensure overlay arrow gets killed.
(gdb-frame-handler): Generalise frame regexp for templates.
parent
210e35f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/progmodes/gdb-ui.el
lisp/progmodes/gdb-ui.el
+3
-2
No files found.
lisp/progmodes/gdb-ui.el
View file @
3cfc0f43
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment