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

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 20 13:31:22 PST 2024


Jlalond wrote:

@labath I went with your suggestion as the better idea. I ended up just writing 'LLDB' to the stream, because the current API behavior for MinidumpParser is to return an empty ArrayRef. So there was no direct way to detect an existing but empty stream. For now I just set the check if it's `<= 4 bytes`. So in the future we can add extra LLDB centric information, and we just want to keep the Magic bytes to keep compatibility. 

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


More information about the lldb-commits mailing list