summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Trapp <michael.trapp@sap.com>2022-06-03 12:54:17 -0400
committerFrank Ch. Eigler <fche@redhat.com>2022-06-03 12:54:17 -0400
commit0da87b51104782dada7fa924f9f92d0ee802edb8 (patch)
treee0ce9f018dea7f8d8551ce403c33baa69a235da7 /doc
parent48c37efa32009cafcbf57dc1ca256715df2980c9 (diff)
downloadelfutils-0da87b51104782dada7fa924f9f92d0ee802edb8.tar.gz
debuginfod: add --disable-source-scan option
--disable-source-scan disables scanning of the dwarf source info of debuginfo sections. The source info is not required in setups without source code access. Signed-off-by: Michael Trapp <michael.trapp@sap.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/debuginfod.86
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/debuginfod.8 b/doc/debuginfod.8
index 95b827e9..a94315ad 100644
--- a/doc/debuginfod.8
+++ b/doc/debuginfod.8
@@ -274,6 +274,12 @@ exceeds N hops, it will not delegate a local lookup miss to
upstream debuginfods. The default limit is 8.
.TP
+.B "\-\-disable\-source\-scan"
+Disable scan of the dwarf source info of debuginfo sections.
+If a setup has no access to source code, the source info is not
+required.
+
+.TP
.B "\-v"
Increase verbosity of logging to the standard error file descriptor.
May be repeated to increase details. The default verbosity is 0.