rizin/librz/debug/p
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
..
native Fix arm64 register access in xnu debugger 2022-08-07 19:22:40 +02:00
bfvm.c Add -Wimplicit-fallthrough to meson file (#2438) 2022-03-24 08:27:18 +08:00
bfvm.h Add missing copyrights (#1570) 2021-09-02 16:39:50 +08:00
common_windows.c WinKD/Windows: Extract common parts to common_windows.c 2022-06-05 00:27:35 +08:00
common_windows.h WinKD/Windows: Extract common parts to common_windows.c 2022-06-05 00:27:35 +08:00
common_winkd.c WinKD: Switch to current process and thread 2022-06-05 00:27:35 +08:00
common_winkd.h DMP: Dynamically create profile if not found 2022-03-03 21:52:41 +08:00
debug_bf.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
debug_bochs.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
debug_dmp.c WinKD/DMP: Use backtrace_generic() for dbt for arm and x86 2022-06-05 00:27:35 +08:00
debug_esil.c Prepare various RzReg accesses for splitting 2021-12-21 13:14:08 +01:00
debug_gdb.c Cleanup dbl command handler; Remove rz_bp_list (#2012) 2021-11-25 22:33:24 +05:30
debug_io.c Fix function return type for rz_debug_.*_wait functions (#1766) 2021-10-06 16:04:30 +05:30
debug_native.c Refactor global state of xnu debugger into RzXnuDebug struct 2022-08-07 19:22:40 +02:00
debug_null.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
debug_qnx.c Fix function return type for rz_debug_.*_wait functions (#1766) 2021-10-06 16:04:30 +05:30
debug_rap.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
debug_windbg.c Cleanup dbl command handler; Remove rz_bp_list (#2012) 2021-11-25 22:33:24 +05:30
debug_winkd.c WinKD: Add nullability/ownership markers to functions 2022-06-05 00:27:35 +08:00