Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix unwinders on aarch64
Summary: With a new enough version of gdb, we have a gdb.unwind module on aarch64, so fix our unwinder to do the right thing. Reviewed By: mxw Differential Revision: D7202225 fbshipit-source-id: cfee595e7950fefb12e04eb2f93dc0041eb4f79a
- Loading branch information
Showing
with
29 additions
and 14 deletions.
- +14 −7 hphp/tools/gdb/stack.py
- +15 −7 hphp/tools/gdb/unwind.py