diff options
-rw-r--r-- | gdb/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d1b9ac9..cf55e14 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2015-08-27 Simon Marchi <simon.marchi@ericsson.com> + + * NEWS: Document support for non-8-bits addressable memory. + +2015-08-27 Simon Marchi <simon.marchi@ericsson.com> + + * NEWS: Document support for non-8-bits addressable memory. + 2015-08-27 Pedro Alves <palves@redhat.com> * configure.ac: Remove AC_TYPE_SIGNAL call. @@ -48,6 +48,9 @@ show remote multiprocess-extensions-packet target mon2000 mon2000 ROM monitor target ppcbug PPCBUG ROM monitor for PowerPC +* Support for reading/writing memory and extracting values on architectures + with non-8-bits-addressable memory. + *** Changes in GDB 7.10 * Support for process record-replay and reverse debugging on aarch64*-linux* |