OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [ptrace.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _LINUX_PTRACE_H
2
#define _LINUX_PTRACE_H
3
/* ptrace.h */
4
/* structs and defines to help the user use the ptrace system call. */
5
 
6
/* has the defines to get at the registers. */
7
 
8
#define PTRACE_TRACEME             0
9
#define PTRACE_PEEKTEXT            1
10
#define PTRACE_PEEKDATA            2
11
#define PTRACE_PEEKUSR             3
12
#define PTRACE_POKETEXT            4
13
#define PTRACE_POKEDATA            5
14
#define PTRACE_POKEUSR             6
15
#define PTRACE_CONT                7
16
#define PTRACE_KILL                8
17
#define PTRACE_SINGLESTEP          9
18
 
19
#define PTRACE_ATTACH           0x10
20
#define PTRACE_DETACH           0x11
21
 
22
#define PTRACE_SYSCALL            24
23
 
24
#include <asm/ptrace.h>
25
 
26
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.