From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35877 invoked by alias); 9 Jan 2020 13:48:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 34393 invoked by uid 89); 9 Jan 2020 13:48:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:sk:RSA_AES, our X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Jan 2020 13:48:08 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ipYAQ-0004OA-4j; Thu, 09 Jan 2020 08:48:06 -0500 Received: from [176.228.60.248] (port=1235 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ipYAP-0003Qa-B7; Thu, 09 Jan 2020 08:48:05 -0500 Date: Thu, 09 Jan 2020 13:48:00 -0000 Message-Id: <83pnfsaggp.fsf@gnu.org> From: Eli Zaretskii To: Aaron Merey CC: gdb-patches@sourceware.org In-reply-to: (message from Aaron Merey on Wed, 8 Jan 2020 22:48:11 -0500) Subject: Re: [PATCH 1/1] Add debuginfod support to GDB References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00198.txt.bz2 > From: Aaron Merey > Date: Wed, 8 Jan 2020 22:48:11 -0500 > > +* GDB now supports debuginfod, an HTTP server for distributing > + ELF/DWARF debugging information as well as source code. When built with > + debuginfod, GDB can automatically query debuginfod servers for the > + separate debug files and source code of the executable being debugged. > + To build GDB with debuginfod, pass --with-debuginfod to configure. > + This requires libdebuginfod, the debuginfod client library. > + debuginfod is distributed with elfutils, starting with version 0.178. > + You can get the latest version from https://sourceware.org/elfutils. This part is OK, but please leave 2 spaces between sentences, per our conventions. Thanks.