[Lldb-commits] [PATCH] D43886: [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for objc_exception_throw for Obj-C runtimes
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 28 13:24:13 PST 2018
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
This isn't an external API, so we can generalize it when we get around to extending the Recognizers to C++ exceptions. This is fine for now.
Thanks for doing this!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D43886/new/
https://reviews.llvm.org/D43886
More information about the lldb-commits
mailing list