This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
045ae768cb
NetBSD
/
sys
/
arch
/
arm32
/
include
/
ptrace.h
4 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Shared ARM ptrace(2) implementation. Mostly the same as the arm32 version, but with some #ifdefs for arm26. Also, don't define PT_STEP, since we don't implement it. This should reduce code size a little.
2001-02-11 20:03:04 +03:00
/* $NetBSD: ptrace.h,v 1.4 2001/02/11 17:03:06 bjh21 Exp $ */
Initial commit of the NetBSD/arm32 port.
1996-02-01 02:14:53 +03:00
Shared ARM ptrace(2) implementation. Mostly the same as the arm32 version, but with some #ifdefs for arm26. Also, don't define PT_STEP, since we don't implement it. This should reduce code size a little.
2001-02-11 20:03:04 +03:00
#
include
<arm/ptrace.h>