Function: gdb-memory-format-hexadecimal
gdb-memory-format-hexadecimal is an interactive and byte-compiled
function defined in gdb-mi.el.gz.
Signature
(gdb-memory-format-hexadecimal)
Documentation
Set the display format to hexadecimal.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(def-gdb-memory-format
gdb-memory-format-hexadecimal "x"
"Set the display format to hexadecimal.")