[Lldb-commits] [PATCH] D66791: [lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 4 02:19:39 PDT 2019
kwk updated this revision to Diff 218618.
kwk marked an inline comment as done.
kwk added a comment.
Herald added a reviewer: alexshap.
- add lit test for minidebuginfo
- Fixup
- test
- Fiddle with the lit test
- Fix binary in lit test
- Working lit test - still need to only run it when minidebuginfo is available (LZMA)
- Make FileCheck less verbose
- Only run minidebuginfo lit test when lzma is available
- fix mylib.so not found problem
- Removed old python based minidebuginfo test
- Remove changes that were only necessary for the old python based test for minidebuginfo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66791/new/
https://reviews.llvm.org/D66791
Files:
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBConfig.cmake
lldb/include/lldb/Host/Config.h.cmake
lldb/include/lldb/Host/LZMA.h
lldb/lit/Breakpoint/Inputs/minidebuginfo-lib.c
lldb/lit/Breakpoint/Inputs/minidebuginfo-lib.h
lldb/lit/Breakpoint/Inputs/minidebuginfo-main.c
lldb/lit/Breakpoint/minidebuginfo.test
lldb/lit/CMakeLists.txt
lldb/lit/lit.cfg.py
lldb/lit/lit.site.cfg.py.in
lldb/source/Host/CMakeLists.txt
lldb/source/Host/common/LZMA.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66791.218618.patch
Type: text/x-patch
Size: 20315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190904/88786f78/attachment-0001.bin>
More information about the lldb-commits
mailing list