From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ycRXEnbCd19CPAAAWB0awg (envelope-from ) for ; Fri, 02 Oct 2020 20:14:46 -0400 Received: by simark.ca (Postfix, from userid 112) id 3D16B1EF44; Fri, 2 Oct 2020 20:14:46 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 8B9A11E4B5 for ; Fri, 2 Oct 2020 20:14:45 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E56A9393C848; Sat, 3 Oct 2020 00:14:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E56A9393C848 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601684084; bh=aDa+20QJEI5mvvuTHAEmJ6NPinGcNx2rUtxPXMPkJ/Q=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=N035KjVp8CG2kjIoddfdHjytYISLvr9rqTAhwnhqBPfx505Bx08Q26UUmKgvKH1hb Lkb2lWWqtevevyTsW4KdzsZSH+X9KYHme6FCFLkiKL9cjmg7L24SmeTyoCdCOzMmye +IgrXGX4yO1Mk1Jk5G6MJF6msuPkb8aPs+1otz9U= Received: from barracuda.ebox.ca (barracuda.ebox.ca [96.127.255.19]) by sourceware.org (Postfix) with ESMTPS id BE0BF393C848 for ; Sat, 3 Oct 2020 00:14:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BE0BF393C848 X-ASG-Debug-ID: 1601684078-0c856e1c44f3770001-fS2M51 Received: from smtp.ebox.ca (smtp.ebox.ca [96.127.255.82]) by barracuda.ebox.ca with ESMTP id fFo3DTBpGOjgmrAP (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 02 Oct 2020 20:14:39 -0400 (EDT) X-Barracuda-Envelope-From: simon.marchi@polymtl.ca X-Barracuda-RBL-Trusted-Forwarder: 96.127.255.82 Received: from simark.localdomain (173-246-6-90.qc.cable.ebox.net [173.246.6.90]) by smtp.ebox.ca (Postfix) with ESMTP id DAAEC441D64; Fri, 2 Oct 2020 20:14:38 -0400 (EDT) X-Barracuda-RBL-IP: 173.246.6.90 X-Barracuda-Effective-Source-IP: 173-246-6-90.qc.cable.ebox.net[173.246.6.90] X-Barracuda-Apparent-Source-IP: 173.246.6.90 To: gdb-patches@sourceware.org Subject: [PATCH 2/2] gdb: add doc for "set/show debug event-loop" Date: Fri, 2 Oct 2020 20:14:37 -0400 X-ASG-Orig-Subj: [PATCH 2/2] gdb: add doc for "set/show debug event-loop" Message-Id: <20201003001437.3066505-2-simon.marchi@polymtl.ca> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201003001437.3066505-1-simon.marchi@polymtl.ca> References: <20201003001437.3066505-1-simon.marchi@polymtl.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Barracuda-Connect: smtp.ebox.ca[96.127.255.82] X-Barracuda-Start-Time: 1601684079 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://96.127.255.19:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ebox.ca X-Barracuda-Scan-Msg-Size: 1654 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.50 X-Barracuda-Spam-Status: No, SCORE=0.50 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=8.0 tests=BSF_RULE_7582B X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.85030 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.50 BSF_RULE_7582B Custom Rule 7582B X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" I forgot that "set/show debug" commands are listed in the doc and in NEWS, so here they are. gdb/doc/ChangeLog: * gdb.texinfo (Debugging Output): Add set/show debug event-loop. gdb/ChangeLog: * NEWS: Mention set/show debug event-loop. Change-Id: If30b80177049006578280a06912ee2b97bd03a75 --- gdb/NEWS | 6 ++++++ gdb/doc/gdb.texinfo | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index f30d7183312f..d230b1c3228b 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -15,6 +15,12 @@ * GDB now supports core file debugging for x86_64 Cygwin programs. +* New commands + +set debug event-loop +show debug event-loop + Control the display of debug output about GDB's event loop. + *** Changes in GDB 10 * There are new feature names for ARC targets: "org.gnu.gdb.arc.core" diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 027f4de07677..dc74803a3f3e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26481,6 +26481,15 @@ default is off. Displays the current state of displaying @value{GDBN} event debugging info. +@item set debug event-loop +@cindex event-loop debugging +Controls output of debugging info about the event loop. The possible +values are off, all (shows all debugging info) and all-except-ui (shows +all debugging info except those about UI-related events). +@item show debug event-loop +Displays the current state of displaying debugging info about the event +loop. + @item set debug expression @cindex expression debugging info Turns on or off display of debugging info about @value{GDBN} -- 2.28.0