From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 20D7B3892008 for ; Wed, 21 Apr 2021 12:49:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 20D7B3892008 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55009) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZCHs-0004pG-Ak; Wed, 21 Apr 2021 08:49:00 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4109 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lZCHr-0001Ov-8V; Wed, 21 Apr 2021 08:49:00 -0400 Date: Wed, 21 Apr 2021 15:48:45 +0300 Message-Id: <835z0frefm.fsf@gnu.org> From: Eli Zaretskii To: Tankut Baris Aktemur Cc: gdb-patches@sourceware.org In-Reply-To: <1341ae83999a476ee31c409bd1763c1bbe24fe67.1619006869.git.tankut.baris.aktemur@intel.com> (message from Tankut Baris Aktemur via Gdb-patches on Wed, 21 Apr 2021 14:17:39 +0200) Subject: Re: [PATCH v3 1/4] gdb/breakpoint: display "N" on MI for disabled-by-condition locations References: <1341ae83999a476ee31c409bd1763c1bbe24fe67.1619006869.git.tankut.baris.aktemur@intel.com> X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 21 Apr 2021 12:49:03 -0000 > Date: Wed, 21 Apr 2021 14:17:39 +0200 > From: Tankut Baris Aktemur via Gdb-patches > > gdb/ChangeLog: > 2021-04-08 Tankut Baris Aktemur > > * breakpoint.c (print_one_breakpoint_location): Display "N" for > disabled-by-condition locations on MI-like output. > (breakpoint_1): Do not display the disabled-by-condition footnote > if the output is MI-like. > > gdb/doc/ChangeLog: > 2021-04-08 Tankut Baris Aktemur > > * gdb.texinfo (GDB/MI Breakpoint Information): Update the > description for the 'enabled' field of breakpoint locations. OK for the documentation part, thanks.