Function: gdb-memory-unit-word

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

Signature

(gdb-memory-unit-word)

Documentation

Set the unit size to words (four bytes).

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(def-gdb-memory-unit gdb-memory-unit-word 4
  "Set the unit size to words (four bytes).")