From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ZHrAHt/j/GYDbD4AWB0awg (envelope-from ) for ; Wed, 02 Oct 2024 02:10:39 -0400 Authentication-Results: simark.ca; dkim=pass (2048-bit key; unprotected) header.d=gnu.org header.i=@gnu.org header.a=rsa-sha256 header.s=fencepost-gnu-org header.b=hP0F+xNZ; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 69ED91E353; Wed, 2 Oct 2024 02:10:39 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-7.8 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_VALIDITY_CERTIFIED,RCVD_IN_VALIDITY_RPBL, RCVD_IN_VALIDITY_SAFE,URIBL_BLOCKED,URIBL_DBL_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=4.0.0 Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id CDB601E08F for ; Wed, 2 Oct 2024 02:10:38 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7AF46386103E for ; Wed, 2 Oct 2024 06:10:38 +0000 (GMT) Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id B6FF0385EC15 for ; Wed, 2 Oct 2024 06:10:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B6FF0385EC15 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B6FF0385EC15 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1727849421; cv=none; b=dVv2f23qUwljPC3SeaZN7NI9ZvcXFo5ok8Cf+i7Hs3+4evnCurBMLRpoaV/P/sn8wSMDkHMy1ljL8JeQyTm9nMO39ZilwS3tOl4Uh58YW8INyPgzYFQHlfBJP6ehyqSkbHi3X0xyXSct4Aj/ZjbtZqWaWFtyTQDgBns6ZvQm1lM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1727849421; c=relaxed/simple; bh=Xrhy3HwpLBSw/KZ+BMIDVgtWb7tIGjRHjdclrKq6M0k=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=j0MrLbEt+9hqM5HxFpm4XYjXwYek/fRL9BK2i17jW4lITUcUtsy5AHtYCpMUEx87ugEB1p8t8qwRXvy29QEWG9djCDL38M/5xpWP4OhYjBxVHHP2oKCJ8LueB+XxqiOHeJi0+ptyMl2EVUvY/xNenr5j4lZFrccCHs8oirwQXHw= ARC-Authentication-Results: i=1; server2.sourceware.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 1svsZ0-0007RQ-6C; Wed, 02 Oct 2024 02:10:18 -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=kPd8eQu8y16fx+63JC+Zq3zv0qKvW80SFh+GV0lenp4=; b=hP0F+xNZeMnT fSz4FIBJC4qJelpxQtZOIy6Uf35L1e7nf9f/ef5xyaysbwVyzj4lb7O78Fgo0QBUkdTT95L2u7d0G A6Lg707cbfyklq0uDqC02gYdvloBtXMAocYEJ8V/QU7M7iYUXyePT1TT+fwbqWedc/miIwNEfZgFL tZvN/J10ZnwyRum2Ae/5l/NwqERtW7+LQD+jUQ3uDu+UTViYAvSpN/vov5qnxDF8zEbP1XndVHtn+ FbVju8+dcPnOAt/VNDHr7f3wu3woUQO0XyVbXmTpJWs1e9l16i8wVKoTf2jBvkfRxdMHDoBxiz5kh mNjZLhVYpUnTwfCGqRqLpw==; Date: Wed, 02 Oct 2024 09:10:07 +0300 Message-Id: <86ttdv11ds.fsf@gnu.org> From: Eli Zaretskii To: Guinevere Larsen Cc: gdb-patches@sourceware.org In-Reply-To: <20241001184235.3710608-5-guinevere@redhat.com> (message from Guinevere Larsen on Tue, 1 Oct 2024 15:42:34 -0300) Subject: Re: [PATCH v5 4/5] gdb: introduce ability to disable frame unwinders References: <20241001184235.3710608-1-guinevere@redhat.com> <20241001184235.3710608-5-guinevere@redhat.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org > From: Guinevere Larsen > Cc: Guinevere Larsen > Date: Tue, 1 Oct 2024 15:42:34 -0300 > > +maintenance set dwarf unwinders (on|off) > + This command has been removed because the same functionality can be > + achieved with maint frame-unwinder (enable|disable) DEBUGINFO. > + > +maintenance show dwarf unwinders > + This command has been removed since the functionality can be achieved > + by checking the last column of maint info frame-unwinders. What is our procedure for removing maintenance commands? Are we okay with unconditionally removing them in the same GDB release where we introduce their replacements, or do we want to keep them for some time for the benefit of those who use them in some scripts? The documentation parts are approved, thanks. Reviewed-By: Eli Zaretskii