Function: gdb-memory-format-octal

gdb-memory-format-octal is an interactive and byte-compiled function defined in gdb-mi.el.gz.

Signature

(gdb-memory-format-octal)

Documentation

Set the display format to octal.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(def-gdb-memory-format
  gdb-memory-format-octal "o"
  "Set the display format to octal.")