-
- Downloads
[llvm] [Debuginfo] Debuginfod client library.
This adds a Debuginfod client library 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. Reviewed By: dblaikie Differential Revision: https://reviews.llvm.org/D112758
Showing
- llvm/include/llvm/Debuginfod/Debuginfod.h 71 additions, 0 deletionsllvm/include/llvm/Debuginfod/Debuginfod.h
- llvm/include/llvm/Support/Caching.h 4 additions, 3 deletionsllvm/include/llvm/Support/Caching.h
- llvm/lib/CMakeLists.txt 1 addition, 0 deletionsllvm/lib/CMakeLists.txt
- llvm/lib/Debuginfod/CMakeLists.txt 9 additions, 0 deletionsllvm/lib/Debuginfod/CMakeLists.txt
- llvm/lib/Debuginfod/Debuginfod.cpp 176 additions, 0 deletionsllvm/lib/Debuginfod/Debuginfod.cpp
- llvm/unittests/CMakeLists.txt 1 addition, 0 deletionsllvm/unittests/CMakeLists.txt
- llvm/unittests/Debuginfod/CMakeLists.txt 9 additions, 0 deletionsllvm/unittests/Debuginfod/CMakeLists.txt
- llvm/unittests/Debuginfod/DebuginfodTests.cpp 49 additions, 0 deletionsllvm/unittests/Debuginfod/DebuginfodTests.cpp
Loading