rizin/librz/debug/p/native/xnu/reg
Florian Märkl e893d2fb66 Fix arm64 register access in xnu debugger
ARM_THREAD_STATE64 fetches arm_thread_state64_t but our struct was
arm_unified_thread_state_t, which adds a header. The pc in the register
profile was hacked to account for the shift, but all the x-regs were
not, so x7 had the value of x8 for example. Now we just use the specific
state for 32 or 64.
2022-08-07 19:22:40 +02:00
..
darwin-arm.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
darwin-arm64.h Fix arm64 register access in xnu debugger 2022-08-07 19:22:40 +02:00
darwin-ppc.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
darwin-x64.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00
darwin-x86.h Add some SPDX headers (#1469) 2021-08-17 18:27:03 +02:00