mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(gdb-post-prompt): Fix test.
This commit is contained in:
parent
dbefaa008d
commit
da19d9ce3a
1 changed files with 2 additions and 1 deletions
|
|
@ -778,7 +778,8 @@ output from the current command if that happens to be appropriate."
|
|||
(gdb-invalidate-registers)
|
||||
(gdb-invalidate-locals)
|
||||
(gdb-invalidate-threads)
|
||||
(unless (eq window-system 'mac)
|
||||
(unless (eq system-type 'darwin) ;Breaks on Darwin's GDB-5.3.
|
||||
;; FIXME: with GDB-6 on Darwin, this might very well work.
|
||||
(dolist (frame (frame-list))
|
||||
(when (string-equal (frame-parameter frame 'name) "Speedbar")
|
||||
(setq gdb-var-changed t) ; force update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue