From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12248 invoked by alias); 17 Oct 2006 21:03:17 -0000 Received: (qmail 12239 invoked by uid 22791); 17 Oct 2006 21:03:16 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 17 Oct 2006 21:03:14 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GZw5f-0003RT-9y; Tue, 17 Oct 2006 17:03:11 -0400 Date: Tue, 17 Oct 2006 21:03:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Subject: Re: RFC: Access TLS symbols without DWARF debuginfo Message-ID: <20061017210311.GB12643@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , jan.kratochvil@redhat.com, gdb-patches@sourceware.org References: <20060825021304.GA30225@host0.dyn.jankratochvil.net> <20060825134315.GA4994@nevyn.them.org> <20061010032226.GF22848@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00191.txt.bz2 On Tue, Oct 10, 2006 at 06:25:12AM +0200, Eli Zaretskii wrote: > > Date: Mon, 9 Oct 2006 23:22:26 -0400 > > From: Daniel Jacobowitz > > Cc: Eli Zaretskii > > > > Eli, this patch added support for printing thread local (__thread) > > variables in files without debugging information, on platforms where we > > could already do it with debugging information. I'm undecided on > > whether that's NEWS-worthy. What do you think? > > I think we should mention it in NEWS. Is this OK? -- Daniel Jacobowitz CodeSourcery 2006-10-17 Daniel Jacobowitz * NEWS: Mention support for TLS without debugging information. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.197 diff -u -p -r1.197 NEWS --- NEWS 16 Aug 2006 20:33:23 -0000 1.197 +++ NEWS 17 Oct 2006 21:00:23 -0000 @@ -14,6 +14,9 @@ supported. * The "set trust-readonly-sections" command works again. This command was broken in GDB 6.3, 6.4, and 6.5. +* Support for GNU/Linux Thread Local Storage (TLS) no longer requires +symbolic debug information (e.g. DWARF-2). + * New commands set substitute-path