Index: download/ANNOUNCEMENT =================================================================== RCS file: /cvs/gdb/htdocs/download/ANNOUNCEMENT,v retrieving revision 1.22 diff -u -u -p -r1.22 ANNOUNCEMENT --- download/ANNOUNCEMENT 18 Mar 2010 21:50:10 -0000 1.22 +++ download/ANNOUNCEMENT 3 Sep 2010 01:01:55 -0000 @@ -1,7 +1,7 @@ - GDB 7.1 released! + GDB 7.2 released! -Release 7.1 of GDB, the GNU Debugger, is now available via anonymous +Release 7.2 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 se The vital stats: Size md5sum Name - 17MB 21dce610476c054687b52770d2ddc657 gdb-7.1.tar.bz2 - 23MB 01a6ce13bab5307cfac5c405e4afd1cf gdb-7.1.tar.gz + 18MB 64260e6c56979ee750a01055f16091a5 gdb-7.2.tar.bz2 + 24MB 950b766466bee748e554765c86b8b495 gdb-7.2.tar.gz There is a web page for GDB at: @@ -30,28 +30,54 @@ the net. We will put errata notes and h on-line as any problems come up. All mailing lists archives are also browsable via the web. -GDB 7.1 brings new targets, features and improvements, including: +GDB 7.2 brings new targets, features and improvements, including: -Support for new targets (including a simulator): - - * Xilinx MicroBlaze - * Renesas RX - -The major new features are: - - * 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: - - * 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) + * D language support has been added + + * C++ enhancements: + * Argument Dependent Lookup (ADL) + * Improved User Defined Operator Support + * static const class members + + * Improved Python support, including: + * Access to breakpoints, symbols, symbol tables, program spaces, + inferiors, threads and frame's code blocks + * Ability to create GDB Parameters that can then be manipulated + via set/show in the CLI + + * Tracepoint enhancements: + * Better reconstruction of tracepoints after disconnected tracing + * Static tracepoints support (calls to the user program into a tracing + library) + + * GDBserver enhancements: + * Tracepoint support (including fast tracepoints and static tracepoints) + * Support for x86_64 Windows 64-bit debugging + + * Support for ARM Symbian has been added (arm*-*-symbianelf*) + + * On powerpc-linux, support for the Data Value Compare register + has been added, allowing simple watchpoint conditions to be + implemented in hardware. + +Other worthy improvments (in random order): + + * Observer mode + * The remote protocol has been extended to include new packets; + * Shared library support enabled by default for remote targets; + * Windows Thread Information Block access; + * Improved support for remote debugging of Windows and SymbianOS + shared libraries; + * A new convience variable $_thread holding the current thread number; + * The --batch flag now disables pagination and queries; + * The x86 byte, word, and double-word general purpose registers; + (Eg. byte register AH) are now directly accessible; + * The `commands' command now accepts a range of breakpoints to modify; + * The `rbreak' command now accepts a filename specfication as part of + its argument; + * The `disassemble' now supports the "start,+length" format; + * New command `save breakpoints' to save all breakpoints to a file + * Tracepoint actions unified with breakpoint commands For a complete list and more details on each item, please see the gdb/NEWS file. Index: download/index.html =================================================================== RCS file: /cvs/gdb/htdocs/download/index.html,v retrieving revision 1.51 diff -u -u -p -r1.51 index.html --- download/index.html 18 Mar 2010 21:50:10 -0000 1.51 +++ download/index.html 3 Sep 2010 01:01:55 -0000 @@ -48,7 +48,7 @@ Fish]" /> -

The most recent release (GDB 7.1):

+

The most recent release (GDB 7.2):

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.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2010-03-18.

+

Last modified 2010-09-02.

Index: news/index.html =================================================================== RCS file: /cvs/gdb/htdocs/news/index.html,v retrieving revision 1.93 diff -u -u -p -r1.93 index.html --- news/index.html 7 Jul 2010 17:43:04 -0000 1.93 +++ news/index.html 3 Sep 2010 01:01:55 -0000 @@ -62,6 +62,26 @@ better. --> +
September 02, 2010: GDB 7.2 Released!
+
+

The latest version of GDB, version 7.2, is available for download. +

+Changes in this release include: +

+See the NEWS file for a more complete and detailed list of what this +release includes. +

+

+
July 07, 2010: GDB 7.2 branch created

The GDB 7.2 branch (gdb_7_2-branch) has been created. @@ -865,7 +885,7 @@ Floor, Boston, MA 02110-1301 USA.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2010-07-07.

+

Last modified 2010-09-02.

Index: index.html =================================================================== RCS file: /cvs/gdb/htdocs/index.html,v retrieving revision 1.192 diff -u -u -p -r1.192 index.html --- index.html 20 Aug 2010 08:39:33 -0000 1.192 +++ index.html 3 Sep 2010 01:01:55 -0000 @@ -70,9 +70,9 @@ Pascal (and many other languages). Thos on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants.

-

GDB version 7.1

+

GDB version 7.2

-Version 7.1 of GDB, the GNU +Version 7.2 of GDB, the GNU Debugger, is now available for download. See the ANNOUNCEMENT for details @@ -102,6 +102,26 @@ better. --> +
September 02, 2010: GDB 7.2 Released!
+
+

The latest version of GDB, version 7.2, is available for download. +

+Changes in this release include: +

+See the NEWS file for a more complete and detailed list of what this +release includes. +

+

+
July 07, 2010: GDB 7.2 branch created

The GDB 7.2 branch (gdb_7_2-branch) has been created. @@ -190,7 +210,7 @@ Floor, Boston, MA 02110-1301 USA.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2010-07-07.

+

Last modified 2010-09-02.