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 BB9743858C52 for ; Thu, 19 Jan 2023 10:06:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BB9743858C52 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 1pIRor-0005Sz-IY; Thu, 19 Jan 2023 05:06:53 -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=cJbXwoeG0o1wR0mZcRY0jmF+EdkhDwsV8yam3KVigHM=; b=oGYWV4gqJL3S +DpBDmhDO7w4/wBYzak8BnIqB1Sx0eP8KBzzIa2IZtd2QdQle114Ud1KjSUCdd1yvcfA76c5i61xq AlUsIXEmJnFFsSsu26yJaz9iKv6mIScsgROetFzMhBsR8ZRpC7Zo8bNtyL7CA916rtu+zwLsUesqy Uj4yX1dPF1fGjc9PJuxhQqtjQ6V0LCu48y6vU73R/f01ogaEVFPE8n9grRiedUPEe+hhvfJC3I2M8 GrNQDMw+gm0nYohnDF+EB4W8pRnUGDxHhJpSUDEvGT7UgG8qn6n8qgdvtzTMfKz6vi9/c9Jme87or A5+fKUpi1Fc05O4xB+0syQ==; 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 1pIRon-0002Xz-MK; Thu, 19 Jan 2023 05:06:53 -0500 Date: Thu, 19 Jan 2023 12:07:06 +0200 Message-Id: <83o7quzvlh.fsf@gnu.org> From: Eli Zaretskii To: "Aktemur, Tankut Baris" Cc: aburgess@redhat.com, gdb-patches@sourceware.org In-Reply-To: (gdb-patches@sourceware.org) Subject: Re: [PATCHv2 02/13] gdb/doc: extend the documentation for conditional breakpoints References: <93c3968f10fcc7e2c85e1dae3cbbf1bcf122ea44.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: > Date: Thu, 19 Jan 2023 09:04:03 +0000 > From: "Aktemur, Tankut Baris via Gdb-patches" > > > +If a breakpoint condition calls a function in your program, then it is > > +possible that your program could stop for some reason while in the > > +called function. For example, @value{GDBN} might hit a breakpoint in > > +the called function, or the called function may receive a signal > > +(e.g.@ a @code{SIGSEGV}) as a result of some undefined behaviour, if > > It seems to me like this could be "... behaviour. If ...". And in any case it should be "behavior", as we use US English spelling.