]> err.no Git - linux-2.6/blobdiff - include/asm-ia64/ptrace.h
async_tx: remove depend_tx from async_tx_sync_epilog
[linux-2.6] / include / asm-ia64 / ptrace.h
index 5b5234098783213322de4a0ac846f49418e63d95..4b2a8d40ebc5ed398538a5aa63650605b561d803 100644 (file)
@@ -312,6 +312,13 @@ struct switch_stack {
   #define arch_ptrace_attach(child) \
        ptrace_attach_sync_user_rbs(child)
 
+  #define arch_has_single_step()  (1)
+  extern void user_enable_single_step(struct task_struct *);
+  extern void user_disable_single_step(struct task_struct *);
+
+  #define arch_has_block_step()   (1)
+  extern void user_enable_block_step(struct task_struct *);
+
 #endif /* !__KERNEL__ */
 
 /* pt_all_user_regs is used for PTRACE_GETREGS PTRACE_SETREGS */