[lldb] [llvm] [LLDB][Minidump] Make workaround for the Dynamic loader issue (PR #120166)

Jacob Lalonde via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 11:32:34 PST 2024


================
@@ -126,6 +129,17 @@ Status MinidumpFileBuilder::AddDirectory(StreamType type,
   return error;
 }
 
+Status MinidumpFileBuilder::AddLLDBGeneratedStream() {
+  Status error;
+  StreamType type = StreamType::LLDBGenerated;
----------------
Jlalond wrote:

Dropped the magic bytes and added empty stream. Resolving

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


More information about the llvm-commits mailing list