X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201405112315.s4BNFYSG006271@delorie.com> Date: Mon, 12 May 2014 00:44:37 +0200 From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of GNU debugger (GDB) 7.7.1 uploaded. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Reply-To: djgpp AT delorie DOT com This the port of GNU debugger (GDB) 7.7.1 to MSDOS/DJGPP. GDB is a source-level debugger for C, C++, Pascal, Objective-C and many other languages. 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. DJGPP specific changes. ======================= - There are no DJGPP specific user visible changes. I have disable the TUI support. If you prefer a build with TUI support enabled you will have to uncomment the line BUILD_WITH_TUI_SUPPORT=yes in /djgpp/build.sh. GDB 7.7.1 is an bug fix update. I do not know if these fixes really do concern the DJGPP port but I have decided to make it available and to delete the old port gdb77[a|b|d|s].zip. - For all DJGPP specific issues that are the same than for the previous port see: - Please note that to configure and compile the sources using djdev203 you will have to replace cat.exe and sort.exe with those versions compiled with djdev204. To compile the sources like I have done you will need the following ports: or: As usual, all djgpp specific files (build.sh, diffs, README files, etc.) are located in the /djgpp directory. The sources have not been configured. For further information about GDB please read the info docs and NEWS file. The port consists of the usual four packages that have been compiled using stock djdev203 and that can be downloaded from ftp.delorie.com and mirrors as (time stamp 2014-05-10): GNU debugger 7.7.1 binary and info format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771b.zip GNU debugger 7.7.1 bfd, liberty and opcode libraries and headers: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771a.zip GNU debugger 7.7.1 dvi, html, ps and pdf format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771d.zip GNU debugger 7.7.1 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gdb771s.zip The binaries have been produced a second time using the stock version of djdev204 beta library. This package is available at ftp.delorie.com and mirrors as (time stamp 2014-05-10): GNU debugger 7.7.1 binary and info format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gdb771b.zip GNU debugger 7.7.1 bfd, liberty and opcode libraries and headers: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gdb771a.zip Send GDB specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel