mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-21 07:45:27 -04:00
e660ab2124
Signed-off-by: zhanghaibo <zhanghaibo0@huawei.com> Change-Id: I83c8756f5ce0a464b037bc963cfdce43df82921b
27 lines
807 B
Plaintext
27 lines
807 B
Plaintext
#################
|
|
# debuginfod command line options
|
|
# see [man debuginfod]
|
|
|
|
# required
|
|
DEBUGINFOD_PORT="8002"
|
|
|
|
# add more -v for more verbosity
|
|
DEBUGINFOD_EXTRA_ARGS="-t43200 -F -R"
|
|
|
|
# some common places to find trustworthy ELF/DWARF files and RPMs
|
|
DEBUGINFOD_PATHS="/usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf /var/lib/pulp"
|
|
|
|
# prefer sqlite database durability over performance
|
|
#DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
|
|
|
|
#################
|
|
# these environment variables affect federated queries to upstream servers
|
|
# see [man debuginfod-client-config]
|
|
|
|
#DEBUGINFOD_URLS="http://secondhost:8002 http://thirdhost:8002"
|
|
#DEBUGINFOD_TIMEOUT="5"
|
|
#DEBUGINFOD_RETRY_LIMIT="2"
|
|
#DEBUGINFOD_CACHE_DIR=""
|
|
#DEBUGINFOD_VERBOSE="1"
|
|
#DEBUGINFOD_PROGRESS="1"
|