From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3394 invoked by alias); 30 Jun 2009 21:36:31 -0000 Received: (qmail 3384 invoked by uid 22791); 30 Jun 2009 21:36:30 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 30 Jun 2009 21:36:24 +0000 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id n5ULaK77010967 for ; Tue, 30 Jun 2009 22:36:21 +0100 Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by zps75.corp.google.com with ESMTP id n5ULaIT6014722 for ; Tue, 30 Jun 2009 14:36:18 -0700 Received: by localhost (Postfix, from userid 67641) id 8643D846CA; Tue, 30 Jun 2009 14:36:18 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [RFA] NEWS entry for recent gdbserver additions Message-Id: <20090630213618.8643D846CA@localhost> Date: Tue, 30 Jun 2009 21:36:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true 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: 2009-06/txt/msg00902.txt.bz2 Hi. Forgot NEWS entries for these. Ok to check in? 2009-06-30 Doug Evans * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint support for i386-linux, amd64-linux, and i386-win32 builds of gdbserver. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.314 diff -u -p -r1.314 NEWS --- NEWS 28 Jun 2009 00:20:21 -0000 1.314 +++ NEWS 30 Jun 2009 21:17:28 -0000 @@ -144,6 +144,13 @@ GDB will now correctly handle all of: - Support for the sparc64-linux-gnu target is now included in gdbserver. + - The amd64-linux build of gdbserver now supports debugging both + 32-bit and 64-bit programs. + + - The i386-linux, amd64-linux, and i386-win32 builds of gdbserver + now support hardware watchpoints, and will use them automatically + as appropriate. + * Python scripting GDB now has support for scripting using Python. Whether this is