From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31864 invoked by alias); 19 Apr 2008 00:32:40 -0000 Received: (qmail 31855 invoked by uid 22791); 19 Apr 2008 00:32:39 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Apr 2008 00:32:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A68CF2AA26E for ; Fri, 18 Apr 2008 20:04:54 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hXKgCGvOCL3v for ; Fri, 18 Apr 2008 20:04:54 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 703F52AA265 for ; Fri, 18 Apr 2008 20:04:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 52255E7ACD; Fri, 18 Apr 2008 17:04:52 -0700 (PDT) Date: Sat, 19 Apr 2008 01:15:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/NEWS] Document support for 64-bit core files on AIX Message-ID: <20080419000452.GI12735@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="uZ3hkaAS1mZxFaxD" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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: 2008-04/txt/msg00393.txt.bz2 --uZ3hkaAS1mZxFaxD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 210 Thanks to Dennis, 64-bit core file support is now available in GDB. 2008-04-18 Joel Brobecker * NEWS: Document support for 64-bit core file. OK to commit? Thanks, -- Joel --uZ3hkaAS1mZxFaxD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Content-length: 482 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.264 diff -u -p -r1.264 NEWS --- NEWS 4 Apr 2008 15:51:15 -0000 1.264 +++ NEWS 19 Apr 2008 00:02:42 -0000 @@ -3,6 +3,8 @@ *** Changes since GDB 6.8 +* 64-bit core files are now supported on AIX. + * Watchpoints can now be set on unreadable memory locations, e.g. addresses which will be allocated using malloc later in program execution. --uZ3hkaAS1mZxFaxD--