[PATCH] D62570: [WIP] Use LLVM's debug line parser in LLDB

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 17:18:04 PDT 2019


JDevlieghere updated this revision to Diff 209648.
JDevlieghere added a comment.

- Rebase on current master
- Fix bug where we weren't actually creating any sections in the LLVM DWARF Context
- Don't create an LLVM DWARFUnit
- Get rid of `(*line_table)->`
- Add logging instead of swallowing errors


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62570/new/

https://reviews.llvm.org/D62570

Files:
  lldb/include/lldb/Core/FileSpecList.h
  lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
  lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62570.209648.patch
Type: text/x-patch
Size: 64171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190713/a04c196d/attachment-0001.bin>


More information about the llvm-commits mailing list