]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add --enabled-debuginfod command line option
authorAaron Merey <amerey@redhat.com>
Mon, 9 May 2022 20:56:23 +0000 (16:56 -0400)
committerMark Wielaard <mark@klomp.org>
Fri, 20 May 2022 00:48:53 +0000 (02:48 +0200)
commit8d4eb6be2050e34fd396315335235dcd8ce96f5f
treeb4e4f98d94256d8b380155e4f670643543991447
parent98774bffd21bdeb0e4f2903b8df9083fd93c243d
Add --enabled-debuginfod command line option

Currently debuginfod is enabled in Valgrind when the $DEBUGINFOD_URLS
environment variable is set and disabled when it isn't set.

This patch adds an --enable-debuginfod=<yes|no> command line option
to provide another level of control over whether Valgrind attempts
to download debuginfo. "yes" is the default value.

$DEBUGINFOD_URLS must still contain debuginfod server URLs in order
for this feature to work when --enable-debuginfod=yes.

https://bugs.kde.org/show_bug.cgi?id=453602
NEWS
coregrind/m_debuginfo/readelf.c
coregrind/m_main.c
coregrind/m_options.c
coregrind/pub_core_options.h
docs/xml/manual-core.xml
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp