forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Reland] Use llvm symbolizer for stack script.
llvm symbolizer is a more efficient symbolizer than addr2line, objdump, etc. In this cl, I 1)created a wrapper instance to interact with llvm symbolizer, 2)made the stack script to use llvm symbolizer instance, and then 3)added llvm symbolizer into isolated inputs. Bug: 774267 Change-Id: I43d305b4c0c94be614ee4cad35b40f04b3d3ae20 Reviewed-on: https://chromium-review.googlesource.com/810007 Reviewed-by: John Budorick <jbudorick@chromium.org> Reviewed-by: agrieve <agrieve@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#522520}
- Loading branch information
Zhiling Huang
authored and
Commit Bot
committed
Dec 7, 2017
1 parent
c98d97d
commit b2754af
Showing
6 changed files
with
142 additions
and
399 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
Oops, something went wrong.