-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libdrgn: Use DRGN_VMCOREINFO var as an override
Sometimes vmcores don't contain vmcoreinfo, or don't contain the correct vmcoreinfo. Add logic to use the DRGN_VMCOREINFO variable to override what is (or is not) found in the ELF notes, or found by libkdumpfile. This can help open broken vmcores, such as strange hypervisor vmcores. Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
- Loading branch information
Showing
3 changed files
with
44 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters