hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm64/include/asm/debug-monitors.h
....@@ -116,6 +116,7 @@
116116 void kernel_enable_single_step(struct pt_regs *regs);
117117 void kernel_disable_single_step(void);
118118 int kernel_active_single_step(void);
119
+void kernel_rewind_single_step(struct pt_regs *regs);
119120
120121 #ifdef CONFIG_HAVE_HW_BREAKPOINT
121122 int reinstall_suspended_bps(struct pt_regs *regs);