This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/1] Add debuginfod support to GDB


> From: Aaron Merey <amerey@redhat.com>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]