[Lldb-commits] [lldb] [llvm] [LLDB][Minidump] Support minidumps where there are multiple exception streams (PR #97470)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 14 07:15:39 PDT 2024
================
@@ -142,6 +164,15 @@ MinidumpFile::create(MemoryBufferRef Source) {
continue;
}
+ // We treat exceptions differently here because the LLDB minidump
+ // makes some assumptions about uniqueness, all the streams other than
----------------
labath wrote:
I'm not sure which assumptions are you referring to (from what I can tell it's this code here, which is assuming there can be only one stream of a given type), but it'd be nice if this could be explained in a way which does not involve LLDB (say what do we want to do, not who we're doing it for)
https://github.com/llvm/llvm-project/pull/97470
More information about the lldb-commits
mailing list