Port memory buffer from gdb-ui.el
authorDmitry Dzhus <dima@sphinx.net.ru>
Tue, 7 Jul 2009 16:57:41 +0000 (16:57 +0000)
committerDmitry Dzhus <dima@sphinx.net.ru>
Tue, 7 Jul 2009 16:57:41 +0000 (16:57 +0000)
commit0996385d0a6cdedaed38bd53f5710f278ecef288
treede2eea3f70d0950c76c0d097b3ce1c8557a907f3
parent9ba562d3da40918a8727ebc3ba4f4d2b2a2dfeba
Port memory buffer from gdb-ui.el
(gdb-memory-address): New variable which holds top address of
memory page shown in memory buffer
(gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
customization variables.
New functions:
(gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
display the memory buffer.
(gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
buffer display parameters.
(def-gdb-memory-format, gdb-memory-format-binary)
(gdb-memory-format-octal, gdb-memory-format-unsigned)
(gdb-memory-format-signed, gdb-memory-format-hexadecimal):
Functions for setting memory buffer format.
(gdb-memory-unit-word, gdb-memory-unit-halfword)
(gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
unit size used in memory buffer.
(gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
to next/previous page of memory buffer.
lisp/ChangeLog
lisp/progmodes/gdb-mi.el