[PATCH] D112758: [llvm] [Debuginfo] Debuginfod client library.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 14:15:52 PDT 2021
noajshu created this revision.
noajshu added a reviewer: phosek.
Herald added subscribers: hiraditya, mgorny.
noajshu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This adds a Debuginfod library containing the `fetchDebuginfo` function which queries servers specified by the `DEBUGINFOD_URLS` environment variable for the debuginfo, executable, or a specified source file associated with a given build id.
This diff was split out from D111252 <https://reviews.llvm.org/D111252>.
https://reviews.llvm.org/D112758
Files:
llvm/include/llvm/Debuginfod/Debuginfod.h
llvm/lib/CMakeLists.txt
llvm/lib/Debuginfod/CMakeLists.txt
llvm/lib/Debuginfod/Debuginfod.cpp
llvm/unittests/CMakeLists.txt
llvm/unittests/Debuginfod/CMakeLists.txt
llvm/unittests/Debuginfod/DebuginfodTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112758.383164.patch
Type: text/x-patch
Size: 8706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211028/8f7e1b08/attachment.bin>
More information about the llvm-commits
mailing list