[lldb] [llvm] [LLDB][Minidump] Support minidumps where there are multiple exception streams (PR #97470)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 11:37:13 PDT 2024


https://github.com/jeffreytan81 requested changes to this pull request.

One concern is that, whether minidump format specification supports multiple exception streams. If this is not supported by spec, we may generate minidump that only lldb can read/parse but can fail other consumers. 

It would be interesting to copy the generated minidump with multiple exception steams to a Windows machine and try windbg/Visual Studio and see if they break.

https://github.com/llvm/llvm-project/pull/97470


More information about the llvm-commits mailing list