From: Roland McGrath Date: Wed, 30 Jan 2008 12:30:53 +0000 (+0100) Subject: ptrace: arch_has_block_step X-Git-Tag: v2.6.25-rc1~1143^2~692 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc802c2d2e66e2d1544e023bfd4be6cdee48d57b;p=pandora-kernel.git ptrace: arch_has_block_step This defines the new macro arch_has_block_step() in linux/ptrace.h, a default for when asm/ptrace.h does not define it. This is the analog of arch_has_single_step() for step-until-branch on machines that have it. It declares the new user_enable_block_step function, which goes with the existing user_enable_single_step and user_disable_single_step. This is not used yet, but paves the way to harmonize on this interface for the arch-specific calls on all machines. Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed