Variable: gdb-debug-log
gdb-debug-log is a variable defined in gdb-mi.el.gz.
Value
nil
Documentation
List of commands sent to and replies received from GDB.
Most recent commands are listed first. This list stores only the last
gdb-debug-log-max values. This variable is used to debug GDB-MI.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defvar gdb-debug-log nil
"List of commands sent to and replies received from GDB.
Most recent commands are listed first. This list stores only the last
`gdb-debug-log-max' values. This variable is used to debug GDB-MI.")