Add PT_MACHDEP_STRINGS, for kdump output.

This commit is contained in:
njoly 2007-04-16 12:22:26 +00:00
parent 6f89ab967c
commit 052dae8c13
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ptrace.h,v 1.2 2006/03/12 20:25:25 cube Exp $ */
/* $NetBSD: ptrace.h,v 1.3 2007/04/16 12:22:26 njoly Exp $ */
/*
* Copyright (c) 1993 Christopher G. Demetriou
@ -39,6 +39,13 @@
#define PT_GETFPREGS (PT_FIRSTMACH + 3)
#define PT_SETFPREGS (PT_FIRSTMACH + 4)
#define PT_MACHDEP_STRINGS \
"PT_STEP", \
"PT_GETREGS", \
"PT_SETREGS", \
"PT_GETFPREGS", \
"PT_SETFPREGS",
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd32.h"