llvm-project
3cb649a1 - [Minidump] Update Minidump file builder to continue when the Module's section cannot be found (#152009)

Commit
165 days ago
[Minidump] Update Minidump file builder to continue when the Module's section cannot be found (#152009) Instead of returning an error when: - it can't obtain section information from a module. - there are other issues calculating the size. when we encounter such an error we log the error and continue with the other modules. tested with lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py --------- Co-authored-by: Bar Soloveychik <barsolo@fb.com>
Author
Parents
Loading