[all-commits] [llvm/llvm-project] deba13: [Minidump] Support multiple exceptions in a minidu...

Jacob Lalonde via All-commits all-commits at lists.llvm.org
Fri Sep 6 09:04:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: deba13409245aabf3fda8b82a873336ea5238d3a
      https://github.com/llvm/llvm-project/commit/deba13409245aabf3fda8b82a873336ea5238d3a
  Author: Jacob Lalonde <jalalonde at fb.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M llvm/include/llvm/Object/Minidump.h
    M llvm/lib/Object/Minidump.cpp
    M llvm/lib/ObjectYAML/MinidumpYAML.cpp
    M llvm/unittests/Object/MinidumpTest.cpp
    M llvm/unittests/ObjectYAML/MinidumpYAMLTest.cpp

  Log Message:
  -----------
  [Minidump] Support multiple exceptions in a minidump (#107319)

A fork of #97470, splitting off the LLVM changes from the LLDB specific
changes. This patch enables a minidump file to have multiple exceptions,
exposed via an iterator of Expected streams.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list