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 063E73858C39 for ; Tue, 9 Apr 2024 14:08:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 063E73858C39 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 063E73858C39 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=1712671736; cv=none; b=hOWe6Q72W3jJ9/Dpa4yMHxBqc7EWKK8yMHXIct69gl9PHonLybEPwAeRbZNQTdWq6TehCs82wqAW4sFRu+Lf8QvD5dOe68QEVTyIqJeVp251/GYkQ6mlHpzhRe3kYxcpAFQs5O2pDKL03SMBx7RqRNqwJcC4zXd65ISxiCCaUCM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712671736; c=relaxed/simple; bh=LEsahBgQUkUYTi6OO4rlrJL83C9I0cdzosdRaCm19Mo=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=DF7xbQXtn/sAtf2q53lrpOIqCGAT4hXUnTJ9qi9YAqwHbyoWqh86JNbKkKAsjbtLBklSpM2sXx5+W8FdXeuhKWj3VdwnvVF+GxI4zPwjvibwaKcdMn2XQW7+7yN+de5drmrt2P2Qz81P4f9F6QPbPqJwCn8hUGzs79m59zKTFow= 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 1ruC9e-00069c-Kn; Tue, 09 Apr 2024 10:08:54 -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=Yiunqe4gK1IjB8/d9MTz+8JdDM5i9Oecm3/2u0IRnMw=; b=drq+wgtOK2My zrZ+92VsM2ng3HN/lldpVD4y6KhzOlNU7UgLIWhNPCXx/tAn0vptnD56Dh1On8U+fNEblkQOvS1o6 VkPfrrbWbzbWjwhAnVQBCPvuGxUrsxqNDKytX+ksnuvm4liMX06H8D83smmdmmNrK0aF2k+xowWk5 fywryOjSALvsLZ1wmyg8gUgX54aWPRT6a/Mc4+CBrkmNrpiJY6SEIzWxqtX2ruT98l/83Iaz3dSlq b/iGwSHeNIgRf1sH/PhXJVdVBYKHbzoiQW1XAE08ttdKzLNXPjX/V5IDknmNrPOWJ+Z5AoLsAS88K J4sNo/c3wlW4pIPvctk2Pg==; Date: Tue, 09 Apr 2024 17:08:50 +0300 Message-Id: <86h6gawrv1.fsf@gnu.org> From: Eli Zaretskii To: Guinevere Larsen Cc: gdb-patches@sourceware.org In-Reply-To: <5278bd11-8bfd-4e22-9d9b-22899769c148@redhat.com> (message from Guinevere Larsen on Tue, 9 Apr 2024 10:33:50 -0300) Subject: Re: [PATCH v2 4/5] gdb: introduce ability to disable frame unwinders References: <20240408201915.1482831-1-blarsen@redhat.com> <20240408201915.1482831-5-blarsen@redhat.com> <86bk6jxnen.fsf@gnu.org> <5278bd11-8bfd-4e22-9d9b-22899769c148@redhat.com> X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Tue, 9 Apr 2024 10:33:50 -0300 > Cc: gdb-patches@sourceware.org > From: Guinevere Larsen > > I think this command should be moved to after "maint info > frame-unwinders", and it should say that the list of available > unwinders is shown by that command. Also, I suppose what you call > "class" is what "maint info frame-unwinders" displays as "Type"? Or > is it something else? If the latter, the manual should tell how to > know which classes are available. > > The unwinder class was introduced by patch 2 of this series (which I now realize I forgot to add NEWS and doc > changes). Where would I add base information about frame unwinders like this? I think right before the description of the command itself.