[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
       
    Mon Sep  2 08:28:15 PDT 2019
    
    
  
kwk updated this revision to Diff 218374.
kwk marked 24 inline comments as done.
kwk added a comment.
- Remove left-over variable in CMake
- Move LLDB_ENABLE_LZMA into Config.h.cmake
- Remove unused code
- Change signature of lldb_private::lzma::uncompress
- Fixup
- Fixup
- When using the ObjectFile's own GetArchitecture(), no debug symbols are found
- Make GetGnuDebugDataObjectFile private
- Cleanup
- moved llvm-nm llvm-strip as test dependencies
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/packages/Python/lldbsuite/test/decorators.py
  lldb/packages/Python/lldbsuite/test/linux/minidebuginfo/Makefile
  lldb/packages/Python/lldbsuite/test/linux/minidebuginfo/TestMiniDebugInfo.py
  lldb/packages/Python/lldbsuite/test/linux/minidebuginfo/main.c
  lldb/packages/Python/lldbsuite/test/make/Makefile.rules
  lldb/source/API/SBDebugger.cpp
  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.218374.patch
Type: text/x-patch
Size: 21640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190902/9c695501/attachment-0001.bin>
    
    
More information about the lldb-commits
mailing list