Announce the release of gdb-7.1.
authorJoel Brobecker <brobecke@sourceware.org>
Thu, 18 Mar 2010 21:50:10 +0000 (21:50 +0000)
committerJoel Brobecker <brobecke@sourceware.org>
Thu, 18 Mar 2010 21:50:10 +0000 (21:50 +0000)
download/ANNOUNCEMENT
download/index.html
index.html
news/index.html

index 96f79fc6b119b582532d0813c21021be8a408fc1..bc0c6bb53e874d77682797bd6f4df34120b5c92d 100644 (file)
@@ -1,7 +1,7 @@
 
-            GDB 7.0.1 released!
+            GDB 7.1 released!
 
-Release 7.0.1 of GDB, the GNU Debugger, is now available via anonymous
+Release 7.1 of GDB, the GNU Debugger, is now available via anonymous
 FTP.  GDB is a source-level debugger for Ada, C, C++, Objective-C,
 Pascal and many other languages.  GDB can target (i.e., debug programs
 running on) more than a dozen different processor architectures, and GDB
@@ -15,8 +15,8 @@ You can download GDB from the GNU FTP server in the directory:
 The vital stats:
 
   Size  md5sum                            Name
-  17MB  53ebade39bfdc1d06744e5188b6438b1  gdb-7.0.1.tar.bz2
-  23MB  100d6e5524be1a34ba61556a7389a297  gdb-7.0.1.tar.gz
+  17MB  21dce610476c054687b52770d2ddc657  gdb-7.1.tar.bz2
+  23MB  01a6ce13bab5307cfac5c405e4afd1cf  gdb-7.1.tar.gz
 
 There is a web page for GDB at: 
 
@@ -30,59 +30,29 @@ the net.  We will put errata notes and host-specific tips for this release
 on-line as any problems come up.  All mailing lists archives are also
 browsable via the web.
 
-GDB 7.0.1 is a minor corrective release.  The following fixes have been
-made over GDB 7.0 (release Oct 06, 2009):
+GDB 7.1 brings new targets, features and improvements, including:
 
-  * GDB Crash due to stack overflow (PR gdb/10457);
-  * Build failure on newer versions of FreeBSD;
-  * Crash on solaris when reading symbols (PR gdb/10819);
-  * Thumb2 debugging support;
-  * Build failure on IRIX 5.3 (MAP_FAILED not defined);
-  * Buffer overflow during function epilogue analysis
-    (debuggers targeted for x86_64 only);
-  * Crash trying to complete the "catch exception" command;
-  * GDB freeze (infinite loop);
-  * GDB Crash accessing printing structure with bitfield (PR gdb/10884);
-  * Various testsuite fixes (not affecting the debugger);
-  * The manual now provides the correct GPL version licensing text.
-    Similarly, file gdb/COPYING now provides the text of the GPL version 3.
+Support for new targets (including a simulator):
 
-GDB 7.0 featured new platforms being supported, major new features, 
-enhancements and bug fixes. For a complete list and more details on each
-iteam, please see the gdb/NEWS file.
-
-The new native configurations being supported are:
-
-  * x86/x86_64 Darwin
-  * x86_64 MinGW
-
-Support for the following targets has been added:
-
-  * Lattice Mico32                  
-  * x86/x86_64 DICOS                
-  * S+core 3                        
-  * The remote stub now supports x86 Windows CE
+  * Xilinx MicroBlaze
+  * Renesas RX
 
 The major new features are:
 
-  * Python scripting support
-  * Reverse debugging, Process record and replay
-  * Non-stop debugging
-  * Multi-architecture debugging
-  * Multi-inferior, multi-process debugging
-  
+  * Multi-program debugging, allowing the debugger to control more than
+    one program within the same GDB session.
+  * Position Independent Executable (PIE) debugging.
+
 It also features many enhancements and bug fixes, including:
 
-  * GDB now has an interface for JIT compilation
-  * Tracepoints may now be conditional
-  * Multi-byte and wide character set support
-  * New /r and /m modifiers for the "disassemble" command
-  * Automatic retrieval of shared library files from remote targets
-  * Inlined functions are now supported
-  * New remote protocal packets
-  * GDB is now able to read compressed debug sections
-  * Thread switching is now supported on Tru64
-  * Ada task switching is now supported
-  * New features in gdbserver, the GDB remote stub
-  * New command to stop execution when a system call is made
+  * Python support has been extended.
+  * C++ support improvements (namespace, cast operators, bug fixes)
+  * Tracepoint support improvements.
+  * Process Record improvements (save/restore execution log, hardware
+    watchpoint support).
+  * Remote protocol enhancements (Linux kernel debugging, new packets
+    for tracepoint support)
+
+For a complete list and more details on each item, please see the
+gdb/NEWS file.
 
index fa67f95353804d94121c25b10c1ea63b88293fdb..770b81524ffd75e99d3d4cf5d02d0c374653955f 100644 (file)
@@ -48,7 +48,7 @@ Fish]" /></a>
 
 <!-- body, update above using ../../gdb/index.sh -->
 
-<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.0.1</a>):</h3>
+<h3>The most recent release (<a href="ANNOUNCEMENT">GDB 7.1</a>):</h3>
 
 You can download the most recent official release of GDB from either
 Project GNU's FTP server, or Red Hat's sources site:
@@ -116,7 +116,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2009-12-22.</p>
+<p>Last modified 2010-03-18.</p>
 </address>
 
 </body>
index d0c0d68400a10966f71217ef82d90cf09835e193..45db6d5b65de1e781d66eeb75c00c7e8e1a0acc9 100644 (file)
@@ -70,7 +70,7 @@ Pascal (and many other languages).  Those programs might be executing
 on the same machine as GDB (native) or on another machine (remote).  GDB
 can run on most popular UNIX and Microsoft Windows variants.<p>
 
-<h3>GDB version 7.0.1</h3>
+<h3>GDB version 7.1</h3>
 
 Version <a href="../gdb/download/ANNOUNCEMENT">7.0.1</a> of GDB, the GNU
 Debugger, is now available for <a
@@ -102,59 +102,35 @@ better.
 
 -->
 
-<dt>February 18, 2010: <b>GDB 7.1 branch created</b></dt>
+<dt>March 18, 2010: <b>GDB 7.1 Released!</b></dt>
 <dd>
-<p> The GDB 7.1 branch (<tt>gdb_7_1-branch</tt>) has been created.
-To check out a copy of the branch use:
-<pre>
-cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_1-branch gdb
-</pre>
-<p>
-</dd>
-
-<dt>December 22, 2009: <b>GDB 7.0.1 Released!</b></dt>
-<dd>
-<p> The latest version of GDB, version 7.0.1, is available for <a
+<p> The latest version of GDB, version 7.1, is available for <a
 href="../gdb/download/">download</a>.
 <p>
-This is a minor corrective release. The following fixes have been made
-over GDB 7.0:
+Changes in this release include:
 <ul>
-<li> GDB Crash due to stack overflow (PR gdb/10457);
-<li> Build failure on newer versions of FreeBSD;
-<li> Crash on solaris when reading symbols (PR gdb/10819);
-<li> Thumb2 debugging support;
-<li> Build failure on IRIX 5.3 (MAP_FAILED not defined);
-<li> Buffer overflow during function epilogue analysis
-     (debuggers targeted for x86_64 only);
-<li> Crash trying to complete the "catch exception" command;
-<li> GDB freeze (infinite loop);
-<li> GDB Crash accessing printing structure with bitfield (PR gdb/10884);
-<li> Various testsuite fixes (not affecting the debugger);
-<li> The manual now provides the correct GPL version licensing text.
-     Similarly, file gdb/COPYING now provides the text of the GPL version 3.
+<li> Multi-program debugging support;
+<li> Position Independent Executable (PIE) debugging support;
+<li> New targets (including a simulator): Xilinx MicroBlaze and Renesas
+RX;
+<li> Python support enhancements;
+<li> C++ support extended;
+<li> New tracepoint features;
+<li> Process Record improvements;
+<li> Remote Protocol extensions;
 </ul>
+See the NEWS file for a more complete and detailed list of what this
+release includes.
 <p>
 </dd>
 
-<dt>October 06, 2009: <b>GDB 7.0 Released!</b></dt>
+<dt>February 18, 2010: <b>GDB 7.1 branch created</b></dt>
 <dd>
-<p> The latest version of GDB, version 7.0, is available for <a
-href="../gdb/download/">download</a>.
-<p>
-Changes in this release include:
-<ul>
-<li>Support for native x86/x86_64 Darwin, x86_64 MinGW
-<li>Support for Lattice Mico32, x86/x86_64 DICOS, S+core 3 targets
-<li>gdbserver support for x86 Windows CE
-<li>Python scripting support
-<li>Reverse debugging, Process record and replay
-<li>Non-stop debugging
-<li>Multi-architecture debugging
-<li>Multi-inferior, multi-process debugging
-</ul>
-See the NEWS file for a more complete and detailed list of what this
-release includes.
+<p> The GDB 7.1 branch (<tt>gdb_7_1-branch</tt>) has been created.
+To check out a copy of the branch use:
+<pre>
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_1-branch gdb
+</pre>
 <p>
 </dd>
 
@@ -214,7 +190,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2010-02-18.</p>
+<p>Last modified 2010-03-18.</p>
 </address>
 
 </body>
index 6ba3f530188a495187aee5dea66c917dbb75bdaf..2d4aa85975ed7575994d22db761e066dd8e4f389 100644 (file)
@@ -62,6 +62,28 @@ better.
 
 -->
 
+<dt>March 18, 2010: <b>GDB 7.1 Released!</b></dt>
+<dd>
+<p> The latest version of GDB, version 7.1, is available for <a
+href="../../gdb/download/">download</a>.
+<p>
+Changes in this release include:
+<ul>
+<li> Multi-program debugging support;
+<li> Position Independent Executable (PIE) debugging support;
+<li> New targets (including a simulator): Xilinx MicroBlaze and Renesas
+RX;
+<li> Python support enhancements;
+<li> C++ support extended;
+<li> New tracepoint features;
+<li> Process Record improvements;
+<li> Remote Protocol extensions;
+</ul>
+See the NEWS file for a more complete and detailed list of what this
+release includes.
+<p>
+</dd>
+
 <dt>February 18, 2010: <b>GDB 7.1 branch created</b></dt>
 <dd>
 <p> The GDB 7.1 branch (<tt>gdb_7_1-branch</tt>) has been created.
@@ -833,7 +855,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2010-02-18.</p>
+<p>Last modified 2010-03-18.</p>
 </address>
 
 </body>
This page took 0.060263 seconds and 5 git commands to generate.