Variable: gdb--memory-display-warning

gdb--memory-display-warning is a buffer-local variable defined in gdb-mi.el.gz.

Documentation

Display warning on memory header if t.

When error occurs when retrieving memory, gdb-mi displays the last successful page. In that case the expression might not match the memory displayed. We want to let the user be aware of that, so display a warning exclamation mark in the header line.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar-local gdb--memory-display-warning nil
  "Display warning on memory header if t.

When error occurs when retrieving memory, gdb-mi displays the
last successful page.  In that case the expression might not
match the memory displayed.  We want to let the user be aware of
that, so display a warning exclamation mark in the header line.")