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 EC7C33858C54 for ; Wed, 7 Jun 2023 12:41:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EC7C33858C54 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 1q6sTs-0001By-9j; Wed, 07 Jun 2023 08:41:40 -0400 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=tVKq5GSXzHMEagzr+K4fhcR4X/dxRPlxveRge3KonZ0=; b=NlO3/xn6QRcE O+FjZ56p5pjBsYFs3U09Fteq50YLY1Y7db6G7Uszt1lNWwc/nFT8Q+MC/BBKB382CARz3KnA3Z8en oxVy5yFAIbB/eApuEFLxVTkQe8peyxMa3h2dowJ8nV+0Y+WOcHomyX2T6GG8KBvjwUbXN7bNdMBq/ p5gSFET0C7QQnl+ImPtDwT+LO9lWyse1IouVI4kNI6c5ark4ocdq1u5pIueoedf90a0XVGduLg5l3 142n5eEbeeGYayyQqkp0A/hp1rol8Xg3oJ/v8Yqhu/4O+IIpPb56+DnC1zH0QwZX5wAxLjLAjdlFi U8XvW5EtusvxB1GwfuDHag==; 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 1q6sTr-0005bm-Pb; Wed, 07 Jun 2023 08:41:40 -0400 Date: Wed, 07 Jun 2023 15:41:43 +0300 Message-Id: <834jnj4f7c.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: (message from Andrew Burgess via Gdb-patches on Wed, 7 Jun 2023 11:01:18 +0100) Subject: Re: [PATCHv8 6/6] gdb: rename unwindonsignal to unwind-on-signal References: X-Spam-Status: No, score=1.7 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,T_SCC_BODY_TEXT_LINE 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: > Cc: Andrew Burgess > Date: Wed, 7 Jun 2023 11:01:18 +0100 > From: Andrew Burgess via Gdb-patches > > We now have unwind-on-timeout and unwind-on-terminating-exception, and > then the odd one out unwindonsignal. > > I'm not a great fan of these squashed together command names, so in > this commit I propose renaming this to unwind-on-signal. > > Obviously I've added the hidden alias unwindonsignal so any existing > GDB scripts will keep working. > > There's one test that I've extended to test the alias works, but in > most of the other test scripts I've changed over to use the new name. > > The docs are updated to reference the new name. If the only changes in the documentation are mechanical renaming, can I blindly approve the documentation part? Or would you prefer a real review? Thanks.