comparison lisp/progmodes/gdb-ui.el @ 94227:c5e5de94d51f

(gdbmi-invalidate-frames): Declare as function.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Apr 2008 02:55:58 +0000
parents 1ec796ca1199
children c0d59c1fcc51
comparison
equal deleted inserted replaced
94226:8191f88f6fb9 94227:c5e5de94d51f
2343 (define-key map "F" 'gdb-frames-force-update) 2343 (define-key map "F" 'gdb-frames-force-update)
2344 (define-key map [mouse-2] 'gdb-frames-select) 2344 (define-key map [mouse-2] 'gdb-frames-select)
2345 (define-key map [follow-link] 'mouse-face) 2345 (define-key map [follow-link] 'mouse-face)
2346 map)) 2346 map))
2347 2347
2348 (declare-function gdbmi-invalidate-frames "ext:gdb-mi" nil t)
2349
2348 (defun gdb-frames-force-update () 2350 (defun gdb-frames-force-update ()
2349 "Force update of call stack. 2351 "Force update of call stack.
2350 Use when the displayed call stack gets out of sync with the 2352 Use when the displayed call stack gets out of sync with the
2351 actual one, e.g after using the Gdb command \"return\" or setting 2353 actual one, e.g after using the Gdb command \"return\" or setting
2352 $pc directly from the GUD buffer. This command isn't normally needed." 2354 $pc directly from the GUD buffer. This command isn't normally needed."