-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds the --debug argument to the seastar-addr2line script. --debug will output additional logging/diagnostics to stderr (the primary output goes to stdout), which can be helpful to diagnose what is going on when addr2line does not decode things as expected. Right now the debugging is targeted mostly at the specific flow of decoding the addresses in the child process, but .debug(...) calls can be added anywhere else if it is convenient.
- Loading branch information
1 parent
95a3579
commit db9e2ff
Showing
2 changed files
with
41 additions
and
14 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