See the announcement for details including changes in this release > > correct, there have been several posts about this on the gdb mailing > list An errata list (problems) and documentation are also available.
BB Voyager Perforated Ginger | Blair Ritchey
Release 11.1 of gdb, the gnu debugger, is now available
Gdb can target (i.e., debug programs running on) more than a dozen different processor architectures, and gdb itself can run on most popular gnu/linux, unix and microsoft windows variants
Gdb is free (libre) software A native windows port of the gnu compiler collection (gcc) mingw A native windows port of the gnu compiler collection (gcc), with freely distributable import libraries and header files for building native windows applications Includes extensions to the msvc runtime to support c99 functionality
All of mingw's software will execute on the 64bit windows platforms. [3] it detects problems in a program while letting it run and allows users to examine different registers. Gdb is still actively being developed As of version 7.0 new features include support for python scripting [7] and as of version 7.8 gnu guile scripting as well
[8] since version 7.0, support for reversible debugging — allowing a debugging session to step backward, much like rewinding a crashed program to see what happened — is available.
>> previously using gnu gdb 6.8 >> there were no such annoying warnings