labath added a comment.

In D67347#1705563 <https://reviews.llvm.org/D67347#1705563>, @mstorsjo wrote:

> Quick question here; will unwinding using DWARF debug info still work like 
> before after this, for binaries that don't use SEH for exception unwinding?


Do you mean debug_frame or eh_frame? debug_frame should be completely 
unaffected by this. the interaction between eh_frame and SEH is more tricky, 
but I don't know if that's ever used/emitted on windows (since presumably the 
system libraries don't know how to read it)...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67347/new/

https://reviews.llvm.org/D67347



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to