[Lldb-commits] [PATCH] D67347: [Windows] Use information from the PE32 exceptions directory to construct unwind plans
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 11 10:47:42 PDT 2019
amccarth added a comment.
I've been trying to figure out how to implement the same functionality you've got here, so I'm very interested in helping you land this in some form.
I think Clayborg and Pavel makes some good points about where the right layer of abstraction is for the unwind plans. I've copied your patch locally and will try out some different ideas and report back.
This patch is pretty large. It might be easier to break it up into a series of small steps to get there. The bullet points in the CL description might be a good roadmap for such a break-up. But let's first figure out the right abstraction points.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67347/new/
https://reviews.llvm.org/D67347
More information about the lldb-commits
mailing list