This revision was automatically updated to reflect the committed changes.
Closed by commit rL373208: Use llvm for dumping DWARF expressions (authored by
labath, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
clayborg added a comment.
nice!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67966/new/
https://reviews.llvm.org/D67966
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
aprantl added a comment.
Awesome!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67966/new/
https://reviews.llvm.org/D67966
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commit
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
This is great!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67966/new/
https://reviews.llvm.org/D67966
___
lldb-commits mai
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/Uti