]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: Add a flag to limit scan depth
authorRoman Bolshakov <roman@subtile.systems>
Wed, 8 Apr 2026 02:19:56 +0000 (07:19 +0500)
committerAaron Merey <amerey@redhat.com>
Wed, 8 Apr 2026 13:54:30 +0000 (09:54 -0400)
commit2e7462f7ec26ae02b78d5350fa218dd8755ad72a
treebf618cce73211c5b1159328b7f939b84e31cac4c
parentf0f77b818f99de2e75d98758f96cb2b6da87fe65
debuginfod: Add a flag to limit scan depth

As of now the scanner may consume a lot of time, descending deep into
irrelevant directories where no build artifacts are known to be stored.

The change introduces --max-depth flag that has semantics similar to
-maxdepth in GNU find.

Signed-off-by: Roman Bolshakov <rbolshakov@ddn.com>
debuginfod/debuginfod.cxx
doc/debuginfod.8