mirrored from https://chromium.googlesource.com/breakpad/breakpad
-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a Flag to Perserve Address Offset in dump_syms
By default, the .code section start address is normalized to zero, and subsequently the address of all functions and lines are adjusted accordingly. This change adds a command line flag that perserves the original addresses. This is a requirement for those that may wish to use the crash resolver, but do not have a minidump file to work with (most commonly in firmware). TEST=make check BUG=b:328511413 Change-Id: Id7c477196ffed7fd319029b28ed2607192249c6c Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5519154 Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Ivan Penkov <ivanpe@google.com> Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
- Loading branch information
Sean Carpenter
authored and
Ivan Penkov
committed
May 8, 2024
1 parent
f88a1aa
commit 6fe410d
Showing
7 changed files
with
76 additions
and
17 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
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
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