mirror of
https://github.com/gperftools/gperftools
synced 2024-12-28 02:02:03 +00:00
Add OS X arm64 program counter
[alkondratenko@gmail.com: updated comment that it is tested] Signed-off-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
This commit is contained in:
parent
140e3481d0
commit
151cbf5146
@ -43,6 +43,7 @@ AC_DEFUN([AC_PC_FROM_UCONTEXT],
|
||||
pc_fields="$pc_fields uc_mcontext->__ss.__rip" # OS X (>=10.5 [untested])
|
||||
pc_fields="$pc_fields uc_mcontext->ss.srr0" # OS X (ppc, ppc64 [untested])
|
||||
pc_fields="$pc_fields uc_mcontext->__ss.__srr0" # OS X (>=10.5 [untested])
|
||||
pc_fields="$pc_fields uc_mcontext->__ss.__pc" # OS X (arm64)
|
||||
pc_field_found=false
|
||||
for pc_field in $pc_fields; do
|
||||
if ! $pc_field_found; then
|
||||
|
Loading…
Reference in New Issue
Block a user