From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4391 invoked by alias); 20 Oct 2007 15:18:11 -0000 Received: (qmail 4364 invoked by uid 22791); 20 Oct 2007 15:18:10 -0000 X-Spam-Check-By: sourceware.org Received: from fk-out-0910.google.com (HELO fk-out-0910.google.com) (209.85.128.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 20 Oct 2007 15:18:08 +0000 Received: by fk-out-0910.google.com with SMTP id 26so737535fkx for ; Sat, 20 Oct 2007 08:18:05 -0700 (PDT) Received: by 10.82.160.19 with SMTP id i19mr5688688bue.1192893485348; Sat, 20 Oct 2007 08:18:05 -0700 (PDT) Received: from ?192.168.1.110? ( [195.23.225.254]) by mx.google.com with ESMTPS id 7sm5325001nfv.2007.10.20.08.17.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Oct 2007 08:18:02 -0700 (PDT) Message-ID: <471A1BFE.3070609@portugalmail.pt> Date: Sat, 20 Oct 2007 17:21:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070306 Thunderbird/1.5.0.10 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: NEWS: Mention new native MinGW configuration Content-Type: multipart/mixed; boundary="------------050707030208050707010702" X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00467.txt.bz2 This is a multi-part message in MIME format. --------------050707030208050707010702 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 1 --------------050707030208050707010702 Content-Type: text/x-diff; name="mingw_news.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mingw_news.diff" Content-length: 635 2007-10-20 Pedro Alves * NEWS: Mention native MinGW configuration. --- gdb/NEWS | 3 +++ 1 file changed, 3 insertions(+) Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2007-10-20 15:52:19.000000000 +0100 +++ src/gdb/NEWS 2007-10-20 16:16:35.000000000 +0100 @@ -3,6 +3,9 @@ *** Changes since GDB 6.7 +* GDB can now be built as a native debugger on native x86 Windows +(mingw32) systems for debugging Portable Executable (PE) executables. + * Pending breakpoints no longer change their number when their address is resolved. --------------050707030208050707010702--