aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2015-06-15 15:31:00 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2015-06-15 15:31:00 -0400
commita86c90e6ba808e997f87f0287d9f01ba8d3e904e (patch)
tree9935aa557cea39a2ae46051825f8ed71f1634269 /gdb/doc/ChangeLog
parentcb6f16cf4f7a12f9aadddc0451d47f0511729c8d (diff)
downloadgdb-a86c90e6ba808e997f87f0287d9f01ba8d3e904e.zip
gdb-a86c90e6ba808e997f87f0287d9f01ba8d3e904e.tar.gz
gdb-a86c90e6ba808e997f87f0287d9f01ba8d3e904e.tar.bz2
Clarify doc about memory read/write and non-8-bits addressable memory unit sizes
New in v3: * Change RSP documentation as well. The m, M and X packets now use lengths in addressable memory units. New in v2: * Change wording: use byte for 8-bits chunks and addressable memory unit for the unit of data associated to a single address. * Introduce definition of addressable memory unit in the Memory section. This patch modifies the manual to clarify the MI, RSP and Python APIs in regard to reading/writing memory on architectures with addressable memory unit that are not 8 bits. Care is taken to use the word "addressable memory unit" or "memory unit" when referring to one piece of the smallest addressable size on the current architecture and the word "byte" when referring to an 8-bits data piece. For MI, -data-{read,write}-memory are not modified, since they are deprecated. gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of bytes and memory units for -data-{read,write}-memory-bytes. (Packets): Same for m, M and X packets. * python.texi (Inferiors In Python): Same for read_memory and write_memory.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 53e6689..b970b62 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,11 @@
+2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
+
+ * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
+ bytes and memory units for -data-{read,write}-memory-bytes.
+ (Packets): Same for m, M and X packets.
+ * python.texi (Inferiors In Python): Same for read_memory and
+ write_memory.
+
2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
* gdb.texinfo (Separate Debug Files): Document that PE is also