aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-03-16 00:25:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-03-16 00:25:53 +0000
commita2e0658045625ad772d6de1578fc13c05f5758bb (patch)
treeaf078b55d89d3883387bac27734cecf68a979446 /sys/i386
parent957d4e317ad5d4615da81313b16aef2f3873dc37 (diff)
Notes
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/ptrace.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/i386/include/ptrace.h b/sys/i386/include/ptrace.h
index ea3477e11d81..7f4e7db7cc21 100644
--- a/sys/i386/include/ptrace.h
+++ b/sys/i386/include/ptrace.h
@@ -37,14 +37,4 @@
#ifndef _MACHINE_PTRACE_H_
#define _MACHINE_PTRACE_H_
-/*
- * Machine dependent trace commands.
- */
-#define PT_GETREGS (PT_FIRSTMACH + 1)
-#define PT_SETREGS (PT_FIRSTMACH + 2)
-#define PT_GETFPREGS (PT_FIRSTMACH + 3)
-#define PT_SETFPREGS (PT_FIRSTMACH + 4)
-#define PT_GETDBREGS (PT_FIRSTMACH + 5)
-#define PT_SETDBREGS (PT_FIRSTMACH + 6)
-
#endif