From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6491 invoked by alias); 23 Oct 2007 20:10:11 -0000 Received: (qmail 6482 invoked by uid 22791); 23 Oct 2007 20:10:10 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 23 Oct 2007 20:10:08 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A2F6C98340; Tue, 23 Oct 2007 20:10:06 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 7902A98153; Tue, 23 Oct 2007 20:10:06 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IkQ4j-0000d6-MZ; Tue, 23 Oct 2007 16:10:05 -0400 Date: Tue, 23 Oct 2007 20:28:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, Eli Zaretskii Subject: [RFA] NEWS entry for gdbserver support for debugging without libthread_db Message-ID: <20071023201005.GB2370@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org, Eli Zaretskii MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-09) 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/msg00549.txt.bz2 Eli, is this OK? -- Daniel Jacobowitz CodeSourcery 2007-10-23 Daniel Jacobowitz * NEWS: Mention gdbserver support for non-libthread_db operation. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.244 diff -u -p -r1.244 NEWS --- NEWS 21 Oct 2007 10:27:49 -0000 1.244 +++ NEWS 23 Oct 2007 20:04:08 -0000 @@ -18,6 +18,9 @@ and in inlined functions. * The GDB remote stub, gdbserver, now supports the AltiVec and SPE registers on PowerPC targets. +* The GDB remote stub, gdbserver, now supports thread debugging on GNU/Linux +targets even when the libthread_db library is not available. + *** Changes in GDB 6.7 * Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,