You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Minidump] Update Minidump file builder to continue when the Module's section cannot be found (llvm#152009)
Summary:
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.
NOTE: this is a cherry pick
---------
Co-authored-by: Bar Soloveychik <[email protected]>
(cherry picked from commit 3cb649a)
Test Plan:
test:
```
lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py
```
Rollback Plan:
Reviewers: jalalonde
Reviewed By: jalalonde
Subscribers: #lldb_team
Differential Revision: https://phabricator.intern.facebook.com/D80036283
(cherry picked from commit 5a4b3e97e8dc06a8ca81f305b87abee714883f3f)
0 commit comments