Function: gdb-invalidate-locals

gdb-invalidate-locals is a byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-invalidate-locals &optional SIGNAL)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
;; Locals buffer.
;; uses "-stack-list-locals --simple-values". Needs GDB 6.1 onwards.
(def-gdb-trigger-and-handler
  gdb-invalidate-locals
  (concat (gdb-current-context-command "-stack-list-variables")
          " --simple-values")
  gdb-locals-handler gdb-locals-handler-custom
  '(start update))