From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100468 invoked by alias); 18 Jan 2016 17:06:09 -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 100391 invoked by uid 89); 18 Jan 2016 17:06:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_40,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=HX-Greylist:AUTH, HX-Greylist:succeeded, HX-Greylist:SMTP, HX-Greylist:delayed X-Spam-User: qpsmtpd, 2 recipients X-HELO: bigwig.baldwin.cx Received: from bigwig.baldwin.cx (HELO bigwig.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Mon, 18 Jan 2016 17:06:07 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4509DB960; Mon, 18 Jan 2016 12:06:05 -0500 (EST) From: John Baldwin To: gdb-patches@sourceware.org, Eli Zaretskii Cc: binutils@sourceware.org Subject: Re: [PATCH v3 5/6] Add support for LWP-based threads on FreeBSD. Date: Mon, 18 Jan 2016 17:06:00 -0000 Message-ID: <1692481.1gWDF1j2Ff@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <8360yqev2z.fsf@gnu.org> References: <1453084047-16175-1-git-send-email-jhb@FreeBSD.org> <1453084047-16175-6-git-send-email-jhb@FreeBSD.org> <8360yqev2z.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00391.txt.bz2 On Monday, January 18, 2016 06:00:36 PM Eli Zaretskii wrote: > > From: John Baldwin > > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > > index a08a196..26ba1e2 100644 > > --- a/gdb/doc/gdb.texinfo > > +++ b/gdb/doc/gdb.texinfo > > @@ -23594,6 +23594,11 @@ expression parsing. The default is off. > > @item show debug expression > > Displays the current state of displaying debugging info about > > @value{GDBN} expression parsing. > > +@item set debug fbsd-lwp > > +@cindex FreeBSD LWP debug messages > > +Turns on or off debugging messages from the FreeBSD LWP debug support. > > "Turn", not "Turns", for consistency with the rest of text. > > OK with this fixed. Ah, "Turn ... messages". Fixed. -- John Baldwin