diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-07-06 13:02:47 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-07-06 13:02:47 -0700 |
commit | 7c79d316af486c456f6f092d0841a9e16527bfd6 (patch) | |
tree | e2918b50b75e936537ea767e08c9896e33652cff /gdb/NEWS | |
parent | f2232bea3284b80fcf0ed19ee6b940bcc6ebeb3d (diff) | |
download | gdb-7c79d316af486c456f6f092d0841a9e16527bfd6.zip gdb-7c79d316af486c456f6f092d0841a9e16527bfd6.tar.gz gdb-7c79d316af486c456f6f092d0841a9e16527bfd6.tar.bz2 |
Update NEWS post GDB 7.10 branch creation.
gdb/ChangeLog:
* NEWS: Create a new section for the next release branch.
Rename the section of the current branch, now that it has
been cut.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.9 +*** Changes since GDB 7.10 + +*** Changes in GDB 7.10 * Support for process record-replay and reverse debugging on aarch64*-linux* targets has been added. GDB now supports recording of A64 instruction set |