[Lldb-commits] [PATCH] D91963: [lldb] [test/Register] Initial tests for regsets in core dumps [WIP]
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 21 08:04:08 PDT 2021
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
I like this.
I should note that, in the mean time, obj2yaml support for program headers has been greatly improved, to the point where one may actually be able to generate a reasonably-looking core file from yaml. However, obj2yaml support is lagging behind a bit, so one could not produce an initial yaml file and would have to start from scratch instead. I would love to get the missing bits of functionality into yaml2obj so this could all be yaml-ified, but I think this is pretty cool nonetheless...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91963/new/
https://reviews.llvm.org/D91963
More information about the lldb-commits
mailing list