Function: gdb-memory-unit-halfword
gdb-memory-unit-halfword is an interactive and byte-compiled function
defined in gdb-mi.el.gz.
Signature
(gdb-memory-unit-halfword)
Documentation
Set the unit size to halfwords (two bytes).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(def-gdb-memory-unit gdb-memory-unit-halfword 2
"Set the unit size to halfwords (two bytes).")