-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly assign frames in ROAR symbolization
Summary: Previously we were just assigning frame name to a string returned by the runtime, and such string was decorated with multiple information which would imply folly's demangler does not work. Assign the symbol name correctly, so the demangler works, and put file name and line info in their correct fields. Assign each inlined frame separately from caller and pass to the runtime correct mode (with source info, with inline info). Reviewed By: mofarrell Differential Revision: D67418699 fbshipit-source-id: b0b30e79315a8eb8d78856a7c3e1fa9676d554d7
- Loading branch information
1 parent
2587ce2
commit ad12236
Showing
1 changed file
with
51 additions
and
6 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