From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id vII/K1/u/2H1CwAAWB0awg (envelope-from ) for ; Sun, 06 Feb 2022 10:50:55 -0500 Received: by simark.ca (Postfix, from userid 112) id A124F1F3C6; Sun, 6 Feb 2022 10:50:55 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,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 3A2BD1ECEB for ; Sun, 6 Feb 2022 10:50:55 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 986C23858C2D for ; Sun, 6 Feb 2022 15:50:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 986C23858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1644162654; bh=p0O8QrQx9ugcoay//P7h2wJlE5DEwU7/1htWl3I/qiE=; 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=pEp9w0G4tC0eEDNC6GuMGZHv21k/glAv44gSG6q4pwjdkwB5zo+3erjmhvUxkg3go +who7ZNwjKzfPfgjZmPY0uswv59hToU7R/iy2p6vMxCkbP6uEko6GdM1wbOy2vRMR6 5C77QTmMLwi4l+5bsFNGZDVSuznihAh/f1Nr2IeA= Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 8944D3858D3C for ; Sun, 6 Feb 2022 15:50:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8944D3858D3C Received: from [2001:470:142:3::e] (port=59380 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGjoC-0008TH-12; Sun, 06 Feb 2022 10:50:36 -0500 Received: from [87.69.77.57] (port=3393 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 1nGjo6-0008C8-Ev; Sun, 06 Feb 2022 10:50:35 -0500 Date: Sun, 06 Feb 2022 17:50:14 +0200 Message-Id: <838ruoyoy1.fsf@gnu.org> To: Andrew Burgess In-Reply-To: <09b6012944b9fbfc03f48131e57030d0c4f029ee.1644156219.git.aburgess@redhat.com> (message from Andrew Burgess via Gdb-patches on Sun, 6 Feb 2022 14:12:39 +0000) Subject: Re: [PATCHv2 01/15] gdb: move some commands into the tui namespace References: <09b6012944b9fbfc03f48131e57030d0c4f029ee.1644156219.git.aburgess@redhat.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+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Sun, 6 Feb 2022 14:12:39 +0000 > From: Andrew Burgess via Gdb-patches > Cc: Andrew Burgess > > gdb/NEWS | 15 +++++++++++++++ > gdb/doc/gdb.texinfo | 18 +++++++++++++----- > gdb/tui/tui-layout.c | 16 +++++++++++++--- > gdb/tui/tui-win.c | 40 ++++++++++++++++++++++++++++++++-------- > 4 files changed, 73 insertions(+), 16 deletions(-) OK for the documentation parts. It is up to you whether to advertise the old commands (which are now aliases) in the manual. We could remove them from there.