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

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 15:25:21 PDT 2019


JDevlieghere updated this revision to Diff 214464.
JDevlieghere added a comment.
Herald added a reviewer: jdoerfert.

Rebase and fix a bug in the support file implementation. I'm not sure why this didn't manifest itself earlier.

I have a plan to benchmark this (using `image dump line-table`) but I probably won't get around to that today. Hopefully I'll have data by early next week.


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

https://reviews.llvm.org/D62570

Files:
  lldb/include/lldb/Core/FileSpecList.h
  lldb/include/lldb/Symbol/CompileUnit.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/Symbol/CompileUnit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62570.214464.patch
Type: text/x-patch
Size: 66536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190809/7d1ccfa2/attachment-0001.bin>


More information about the llvm-commits mailing list