DavidSpickett wrote: > ProcessFreeBSDKernelElfCore will handle fulldump and minidump in elf core > format converted with md2elf utility. ProcessFreeBSDKernelKvmCore will handle > original minidump and /dev/mem.
Remind me why you need to convert minidump into ELF. I recall that the minidump from FreeBSD isn't the same as https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/getting_started_with_breakpad.md, right? Is that the reason? Just seems odd to write a conversion utility but then make LLDB support all 3 formats/data sources anyway. https://github.com/llvm/llvm-project/pull/80785 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
