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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67966
Use llvm for dumping DWARF expressions ClosedPublic Authored by labath on Sep 24 2019, 7:30 AM.
Details Summary It uses the new ability of ABI plugins to vend llvm::MCRegisterInfo
Diff Detail
Event Timelinelabath added a parent revision: D67965: Have ABI plugins vend llvm MCRegisterInfo data.Sep 24 2019, 7:32 AM This revision is now accepted and ready to land.Sep 24 2019, 9:12 AM Closed by commit rL373208: Use llvm for dumping DWARF expressions (authored by labath). · Explain WhySep 30 2019, 6:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222413 lldb/trunk/include/lldb/Utility/DataExtractor.h
lldb/trunk/lit/SymbolFile/DWARF/debug_loc.s
lldb/trunk/lit/SymbolFile/DWARF/dwarf5_locations.s
lldb/trunk/source/Expression/DWARFExpression.cpp
lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/trunk/source/Symbol/ClangASTContext.cpp
lldb/trunk/unittests/Utility/ScalarTest.cpp
|