[Lldb-commits] [PATCH] D128410: [lldb] Add a testcase for nested exceptions on Windows
Alvin Wong via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 23 06:18:38 PDT 2022
alvinhochun added a comment.
It may be possible to stuff a pointer to an `EXCEPTION_RECORD` into another `EXCEPTION_RECORD` and use `RtlRaiseException` to generate the exception, but you'll have to test how it actually works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128410/new/
https://reviews.llvm.org/D128410
More information about the lldb-commits
mailing list