summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-07-13 07:22:56 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-07-13 07:22:56 +0000
commit0a29616acf6f4bc7e940a58de1e9ef27a2b2191c (patch)
treee1ecc998f02711a0013b59d58ed0909c9107eec1 /sys/sparc64
parent1920ad199e7dd23d7b308c9caa9ed999e2947329 (diff)
downloadFreeBSD-src-0a29616acf6f4bc7e940a58de1e9ef27a2b2191c.zip
FreeBSD-src-0a29616acf6f4bc7e940a58de1e9ef27a2b2191c.tar.gz
Add ptrace_clear_single_step(), alpha already has it for years, the function
will be used by ptrace to clear a thread's single step state.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/machdep.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index 1671af4..73e6aa3 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -711,6 +711,13 @@ ptrace_single_step(struct thread *td)
return (0);
}
+int
+ptrace_clear_single_step(struct thread *td)
+{
+ /* TODO; */
+ return (0);
+}
+
void
exec_setregs(struct thread *td, u_long entry, u_long stack, u_long ps_strings)
{
OpenPOWER on IntegriCloud