[Lldb-commits] [PATCH] D75750: [lldb] integrate debuginfod
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 25 00:30:19 PDT 2020
kwk updated this revision to Diff 252510.
kwk marked 10 inline comments as done.
kwk added a comment.
- Add newline to end of FindDebuginfod.cmake
- Describe empty string returned from debuginfod::findSource()
- Don't treat build IDs of len <= 8 as an error but simply as not found
- move inexpensive debuginfod::isAvailable() check to beginning of if-stmt
- Simplify line number check in test file to avoid adjusting the line number every time the test changes
- Add newline to source-list.cpp test file
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75750/new/
https://reviews.llvm.org/D75750
Files:
lldb/cmake/modules/FindDebuginfod.cmake
lldb/cmake/modules/LLDBConfig.cmake
lldb/include/lldb/Host/Config.h.cmake
lldb/include/lldb/Host/DebugInfoD.h
lldb/source/Core/SourceManager.cpp
lldb/source/Host/CMakeLists.txt
lldb/source/Host/common/DebugInfoD.cpp
lldb/test/CMakeLists.txt
lldb/test/Shell/SymbolFile/DWARF/source-list.cpp
lldb/test/Shell/lit.cfg.py
lldb/test/Shell/lit.site.cfg.py.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75750.252510.patch
Type: text/x-patch
Size: 18269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200325/c98b8c20/attachment-0001.bin>
More information about the lldb-commits
mailing list