From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42907 invoked by alias); 25 Mar 2019 19:27:42 -0000 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 Received: (qmail 42890 invoked by uid 89); 25 Mar 2019 19:27:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 spammy=H*UA:Macintosh, H*u:Macintosh X-HELO: mx2.freebsd.org Received: from mx2.freebsd.org (HELO mx2.freebsd.org) (8.8.178.116) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Mar 2019 19:27:41 +0000 Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx2.freebsd.org (Postfix) with ESMTPS id 51A2A69D64; Mon, 25 Mar 2019 19:27:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F62F8435E; Mon, 25 Mar 2019 19:27:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-3.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id F23CE1AF8; Mon, 25 Mar 2019 19:27:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: [PATCH] Note support for TLS variables on FreeBSD. From: John Baldwin References: <20190312211632.48128-1-jhb@FreeBSD.org> Cc: gdb-patches@sourceware.org To: Eli Zaretskii Openpgp: preference=signencrypt Message-ID: <6338e5f0-eca8-3592-e918-004a4c594a0e@FreeBSD.org> Date: Mon, 25 Mar 2019 19:27:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:60.0) Gecko/20100101 Thunderbird/60.6.0 MIME-Version: 1.0 In-Reply-To: <20190312211632.48128-1-jhb@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 7F62F8435E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00563.txt.bz2 On 3/12/19 2:16 PM, John Baldwin wrote: > gdb/ChangeLog: > > * NEWS: Mention TLS support for FreeBSD. > --- > gdb/ChangeLog | 4 ++++ > gdb/NEWS | 5 +++++ > 2 files changed, 9 insertions(+) > > diff --git a/gdb/ChangeLog b/gdb/ChangeLog > index eea9ecfde9..b7df439ddc 100644 > --- a/gdb/ChangeLog > +++ b/gdb/ChangeLog > @@ -1,3 +1,7 @@ > +2019-03-12 John Baldwin > + > + * NEWS: Mention TLS support for FreeBSD. > + > 2019-03-12 John Baldwin > > * NEWS: Combine separate "New targets" sections for 8.3. > diff --git a/gdb/NEWS b/gdb/NEWS > index 88ce9a7104..76a33cca5c 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -3,6 +3,11 @@ > > *** Changes since GDB 8.3 > > +* GDB now supports Thread Local Storage (TLS) variables on several > + FreeBSD architectures (amd64, i386, powerpc, riscv). Other > + architectures require kernel changes. TLS is not yet supported for > + amd64 and i386 process core dumps. > + > *** Changes in GDB 8.3 > > * GDB and GDBserver now support access to additional registers on > Eli, I know you've been busy with the threads on style stuff for 8.3, but can you look this over when you get a chance? Thanks. -- John Baldwin