summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-16 00:25:53 +0000
committerdes <des@FreeBSD.org>2002-03-16 00:25:53 +0000
commita03210978269ae79b23f43906fdd263b47570ca6 (patch)
treeaf078b55d89d3883387bac27734cecf68a979446 /sys/amd64
parent06009e09a585c37ff8991c7fb12883e676e2d414 (diff)
downloadFreeBSD-src-a03210978269ae79b23f43906fdd263b47570ca6.zip
FreeBSD-src-a03210978269ae79b23f43906fdd263b47570ca6.tar.gz
Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the
MI ptrace.h, since all platforms define them. Keep the MD ptrace.h around for FIX_SSTEP (which is currently only needed on Alpha).
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/ptrace.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/amd64/include/ptrace.h b/sys/amd64/include/ptrace.h
index ea3477e..7f4e7db 100644
--- a/sys/amd64/include/ptrace.h
+++ b/sys/amd64/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
OpenPOWER on IntegriCloud