This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFC: Access TLS symbols without DWARF debuginfo
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: Eli Zaretskii <eliz at gnu dot org>, gdb-patches at sourceware dot org
- Date: Wed, 18 Oct 2006 00:03:13 +0200
- Subject: Re: RFC: Access TLS symbols without DWARF debuginfo
- References: <20060825021304.GA30225@host0.dyn.jankratochvil.net> <20060825134315.GA4994@nevyn.them.org> <20061010032226.GF22848@nevyn.them.org> <ulknokdav.fsf@gnu.org> <20061017210311.GB12643@nevyn.them.org>
On Tue, 17 Oct 2006 23:03:11 +0200, Daniel Jacobowitz wrote:
> On Tue, Oct 10, 2006 at 06:25:12AM +0200, Eli Zaretskii wrote:
...
> > I think we should mention it in NEWS.
>
> Is this OK?
...
> 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
>
> * NEWS: Mention support for TLS without debugging information.
...
> +* Support for GNU/Linux Thread Local Storage (TLS) no longer requires
> +symbolic debug information (e.g. DWARF-2).
> +
Please note the TLS support is still not complete:
* Support for GNU/Linux Thread Local Storage (TLS) no longer requires
symbolic debug information (e.g. DWARF-2). It requires the inferior process to
use threads (to be linked -lpthread).
Regards,
Jan