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
c534076c
Commit
c534076c
authored
Aug 01, 2006
by
Nick Roberts
Browse files
(gdb-set-hollow): Check for gud-last-last-frame.
parent
1730f68e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lisp/progmodes/gdb-ui.el
lisp/progmodes/gdb-ui.el
+4
-3
No files found.
lisp/progmodes/gdb-ui.el
View file @
c534076c
...
...
@@ -2049,9 +2049,10 @@ static char *magick[] = {
(
setq
gdb-look-up-stack
nil
))
(
defun
gdb-set-hollow
()
(
if
gud-last-last-frame
(
with-current-buffer
(
gud-find-file
(
car
gud-last-last-frame
))
(
setq
fringe-indicator-alist
'
((
overlay-arrow
.
hollow-right-triangle
)))))
'
((
overlay-arrow
.
hollow-right-triangle
)))))
)
(
defun
gdb-stack-buffer-name
()
(
with-current-buffer
gud-comint-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