gdb-enable-debug

gdb-enable-debug is an interactive autoloaded compiled Lisp function in `gdb-mi.el'.


(gdb-enable-debug &optional ARG)

Toggle logging of transaction between Emacs and Gdb.
The log is stored in `gdb-debug-log' as an alist with elements
whose cons is send, send-item or recv and whose cdr is the string
being transferred. This list may grow up to a size of
`gdb-debug-log-max' after which the oldest element (at the end of
the list) is deleted every time a new one is added (at the front).