-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PyFrame for non-jitted frames during the stack walk
Summary: Currently exception information in logview could include sanitized data from locals (that is populated from frame objects). In order to switch to cinder powered async stacks we need to provide a way to obtain this information at least for non-jitted frames. This diff augments existing stack walking machinery to also pass in `PyFrameObject*` for Python frames or `NULL` for its JIT counterparts Reviewed By: mpage Differential Revision: D50098541 fbshipit-source-id: f7939d01307076be0dcde1a04ac80d07e1f48ae0
- Loading branch information
1 parent
1652bf6
commit 769fcb5
Showing
4 changed files
with
138 additions
and
23 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