================ @@ -126,6 +129,17 @@ Status MinidumpFileBuilder::AddDirectory(StreamType type, return error; } +Status MinidumpFileBuilder::AddLLDBGeneratedStream() { + Status error; + StreamType type = StreamType::LLDBGenerated; ---------------- labath wrote:
```suggestion llvm::support::ulittle32_t type = StreamType::LLDBGenerated; ``` .. for the same reason. (You may need to add some static_casts to get the initialization to compile) https://github.com/llvm/llvm-project/pull/120166 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits