Skip to content

Comments

Warn when split DWARF files are missing#484

Merged
haberman merged 1 commit intogoogle:mainfrom
rjmansfield:dwarf-split-file-warnings
Feb 14, 2026
Merged

Warn when split DWARF files are missing#484
haberman merged 1 commit intogoogle:mainfrom
rjmansfield:dwarf-split-file-warnings

Conversation

@rjmansfield
Copy link
Contributor

When analyzing binaries with split DWARF (DW_AT_GNU_dwo_name), skip missing .dwo files with a warning instead of erroring.

This allows analyzing binaries built on other machines or from SDKs where .dwo files may not be locally available, while still alerting the user that the analysis is incomplete.

When analyzing binaries with split DWARF (DW_AT_GNU_dwo_name),
skip missing .dwo files with a warning instead of erroring.

This allows analyzing binaries built on other machines or from
SDKs where .dwo files may not be locally available, while still
alerting the user that the analysis is incomplete.
@rjmansfield rjmansfield force-pushed the dwarf-split-file-warnings branch from 24e9e22 to b3b8c12 Compare February 14, 2026 03:44
@rjmansfield
Copy link
Contributor Author

Rebased with merge conflict resolved.

@haberman haberman merged commit 073e01d into google:main Feb 14, 2026
10 checks passed
@rjmansfield rjmansfield deleted the dwarf-split-file-warnings branch February 15, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants