From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id EE3663858C27 for ; Mon, 18 Oct 2021 23:01:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EE3663858C27 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-102-MiN5Wv-bMASf2AEeqRiVXw-1; Mon, 18 Oct 2021 19:01:36 -0400 X-MC-Unique: MiN5Wv-bMASf2AEeqRiVXw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F031B9126B; Mon, 18 Oct 2021 23:01:34 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-113-19.phx2.redhat.com [10.3.113.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 522136FEED; Mon, 18 Oct 2021 23:01:34 +0000 (UTC) From: Aaron Merey To: gdb-patches@sourceware.org Cc: simark@simark.ca, keiths@redhat.com Subject: [PATCH 0/2 v3] gdb: Add debuginfod first-use notification Date: Mon, 18 Oct 2021 19:01:31 -0400 Message-Id: <20211018230133.265619-1-amerey@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 18 Oct 2021 23:01:41 -0000 Hi, Patch 1/2 implements an interactive debuginfod first-use notice that was previously discussed[1]. Patch 2/2 is based on a patch that Eli reviewed[2] a while ago. I held off on merging it since it referenced debuginfod core file support for gdb that is still forthcoming. Expanded debuginfod documentation is needed now so I've revised the old patch with information regarding the new commands added in patch [1/2]. Mentions of debuginfo core file support have been removed for now. Thanks, Aaron [1] https://sourceware.org/pipermail/gdb-patches/2021-September/182288.html [2] https://sourceware.org/pipermail/gdb-patches/2021-May/178571.html Aaron Merey (2): gdb: add set/show commands for managing debuginfod gdb.texinfo: Expand documentation for debuginfod gdb/debuginfod-support.c | 151 +++++++++++++++++- gdb/doc/gdb.texinfo | 94 ++++++++++- .../gdb.debuginfod/fetch_src_and_symbols.exp | 25 ++- 3 files changed, 252 insertions(+), 18 deletions(-) -- 2.31.1