Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   valgrind    ( 1 )

набор инструментов для отладки и профилирования программ (a suite of tools for debugging and profiling programs)

DEBUGINFOD

Valgrind supports the downloading of debuginfo files via
       debuginfod, an HTTP server for distributing ELF/DWARF debugging
       information. When a debuginfo file cannot be found locally,
       Valgrind is able to query debuginfod servers for the file using
       its build-id.

In order to use this feature debuginfod-find must be installed and $DEBUGINFOD_URLS must contain URLs of debuginfod servers. Valgrind does not support debuginfod-find verbose output that is normally enabled with $DEBUGINFOD_PROGRESS and $DEBUGINFOD_VERBOSE. These environment variables will be ignored.

For more information regarding debuginfod, see https://sourceware.org/elfutils/Debuginfod.html