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 C17B83858C53 for ; Thu, 19 Jan 2023 11:34:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C17B83858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pITBG-0004j2-NG; Thu, 19 Jan 2023 06:34:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=uAojW4AMlWrkdaeLpDePMLpWm5kjMEVBZcmJahJJC+Y=; b=psbvXnapEvVH HRwzBhSYP1Vb1AMZIgkkBNnopuhadCEHJo2YiGU8h5oDw1J3JaY8UdPWxWANa+uSSTXZHdO08Egrx NgE1RK1IbtO5kwBjefNCl9AYOxOFQ3vELV2OMnVBhWaBF1lp439Nh3/E/jBVvYtHUQW45HlAJkqSu caoUVG0hV1HCEv9raquq/+HMMdcW/jj2WnJhFl8kL+TXPiU+NFDNxssn9w0zyLdpCLu1G3UIdrdoR ttJOQlVtVLMhX6YTOSVSmvG+BCXeOpIsjJ8ITykjxPZwNzKdjg2IrsRdSVayXZkis04EdtLOBDkFH 4gQ7EaVOiGiZP9+b7oitfA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pITBF-0005c9-DV; Thu, 19 Jan 2023 06:34:05 -0500 Date: Thu, 19 Jan 2023 13:34:03 +0200 Message-Id: <838rhypxlg.fsf@gnu.org> From: Eli Zaretskii To: "Aktemur, Tankut Baris" Cc: aburgess@redhat.com, gdb-patches@sourceware.org In-Reply-To: (tankut.baris.aktemur@intel.com) Subject: Re: [PATCHv2 03/13] gdb: include breakpoint number in testing condition error message References: <478a1e660361f1290c2dd8e9ad999d59d0ad3dcb.1674058359.git.aburgess@redhat.com> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: "Aktemur, Tankut Baris" > Date: Thu, 19 Jan 2023 10:54:16 +0000 > > On Wednesday, January 18, 2023 5:18 PM, Andrew Burgess wrote: > ... > > So, in this commit, in preparation for the later commits, I propose to > > change the 'Error in testing breakpoint condition:' line to this: > > > > Error in testing condition for breakpoint NUMBER: > > Here, because we're now referring to a particular breakpoint, > I believe the spelling should be "condition for Breakpoint NUMBER:", > with uppercase 'B'. Maybe Eli can comment on this, too. No, capitalized "Breakpoint" would read wrong English-wise in that case.