[Lldb-commits] [PATCH] D75750: WIP: [lldb] integrate debuginfod
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 18 08:09:06 PDT 2020
kwk updated this revision to Diff 251086.
kwk added a comment.
Herald added a reviewer: jdoerfert.
- Added debuginfod2.py
- after running: autopep8 --in-place --aggressive --aggressive debuginfod2.py
- exponential backoff implemented
- Added http.py with doctests
- autopep8 --in-place --aggressive http.py
- change import
- Removed simulated startup time
- fixup
- Changed wording
- Using os.path.abspath on directory before using it
- Fixups
- Fixups
- Fixups
- hide port and hostname from ServeDirectoryWithHTTP
- lit test working for debuginfod and source list
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/packages/Python/lldbsuite/test/httpserver.py
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/source/Core/SourceManager.cpp
lldb/source/Host/CMakeLists.txt
lldb/source/Host/common/DebugInfoD.cpp
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.251086.patch
Type: text/x-patch
Size: 23245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200318/5ce72931/attachment-0001.bin>
More information about the lldb-commits
mailing list