[Lldb-commits] [PATCH] D67966: Use llvm for dumping DWARF expressions

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 24 07:30:49 PDT 2019


labath created this revision.
labath added reviewers: JDevlieghere, aprantl, jasonmolenda.

It uses the new ability of ABI plugins to vend llvm::MCRegisterInfo
structs (which is what is needed to turn dwarf register numbers into
strings).


https://reviews.llvm.org/D67966

Files:
  include/lldb/Utility/DataExtractor.h
  lit/SymbolFile/DWARF/debug_loc.s
  lit/SymbolFile/DWARF/dwarf5_locations.s
  source/Expression/DWARFExpression.cpp
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  source/Symbol/ClangASTContext.cpp
  unittests/Utility/ScalarTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67966.221542.patch
Type: text/x-patch
Size: 17381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190924/fc7232b8/attachment-0001.bin>


More information about the lldb-commits mailing list