From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id vcCZNkEfgGAKNwAAWB0awg (envelope-from ) for ; Wed, 21 Apr 2021 08:49:05 -0400 Received: by simark.ca (Postfix, from userid 112) id C9A0F1F104; Wed, 21 Apr 2021 08:49:05 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 1111D1E54D for ; Wed, 21 Apr 2021 08:49:05 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6CAED3892013; Wed, 21 Apr 2021 12:49:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CAED3892013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1619009344; bh=oPize4+Cqwt5h6lvxruZVPaTtRO78YMeHQZ83PzNCXo=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=piQRj70YC317t4H/R3akuQH6wlToHiDv8vPB75hSJagYPsy9amQ0q8N4OkSAx398N jrcOstairFiU1J0TXImC7/MeLK5mv52iWM3POEeQeERADpYis3ma/z8hjx0nMDONyH 7qtHgecXexheEBOz8xRN3GiBP3gUqiWyL93AQOLI= 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> To: Tankut Baris Aktemur 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-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: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > 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.