patch-2.4.22 linux-2.4.22/arch/arm/kernel/ptrace.h
Next file: linux-2.4.22/arch/arm/kernel/semaphore.c
Previous file: linux-2.4.22/arch/arm/kernel/ptrace.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/arm/kernel/ptrace.h
- Orig date:
2000-09-18 15:15:25.000000000 -0700
diff -urN linux-2.4.21/arch/arm/kernel/ptrace.h linux-2.4.22/arch/arm/kernel/ptrace.h
@@ -1,14 +1,15 @@
/*
* linux/arch/arm/kernel/ptrace.h
*
- * Copyright (C) 2000 Russell King
+ * Copyright (C) 2000-2002 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
extern void __ptrace_cancel_bpt(struct task_struct *);
-extern int ptrace_set_bpt(struct task_struct *);
+extern void ptrace_set_bpt(struct task_struct *);
+extern void ptrace_break(struct task_struct *, struct pt_regs *);
/*
* Clear a breakpoint, if one exists.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)