hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
kernel/kernel/ptrace.c
....@@ -854,10 +854,12 @@
854854 if (unlikely(!arch_has_block_step()))
855855 return -EIO;
856856 user_enable_block_step(child);
857
+ inband_ptstep_notify(child);
857858 } else if (is_singlestep(request) || is_sysemu_singlestep(request)) {
858859 if (unlikely(!arch_has_single_step()))
859860 return -EIO;
860861 user_enable_single_step(child);
862
+ inband_ptstep_notify(child);
861863 } else {
862864 user_disable_single_step(child);
863865 }