Imported Upstream version 2.4.3
[platform/upstream/audit.git] / auparse / ptracetab.h
1 /* ptracetab.h --
2  * Copyright 2012-14 Red Hat Inc., Durham, North Carolina.
3  * All Rights Reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  * Authors:
20  *      Steve Grubb <sgrubb@redhat.com>
21  * Location: include/uapi/linux/ptrace.h
22  */
23
24 _S(0,           "PTRACE_TRACEME"        )
25 _S(1,           "PTRACE_PEEKTEXT"       )
26 _S(2,           "PTRACE_PEEKDATA"       )
27 _S(3,           "PTRACE_PEEKUSER"       )
28 _S(4,           "PTRACE_POKETEXT"       )
29 _S(5,           "PTRACE_POKEDATA"       )
30 _S(6,           "PTRACE_POKEUSER"       )
31 _S(7,           "PTRACE_CONT"           )
32 _S(8,           "PTRACE_KILL"           )
33 _S(9,           "PTRACE_SINGLESTEP"     )
34 _S(12,          "PTRACE_GETREGS"        )
35 _S(13,          "PTRACE_SETREGS"        )
36 _S(14,          "PTRACE_GETFPREGS"      )
37 _S(15,          "PTRACE_SETFPREGS"      )
38 _S(16,          "PTRACE_ATTACH"         )
39 _S(17,          "PTRACE_DETACH"         )
40 _S(18,          "PTRACE_GETFPXREGS"     )
41 _S(19,          "PTRACE_SETFPXREGS"     )
42 _S(24,          "PTRACE_SYSCALL"        )
43 _S(0x4200,      "PTRACE_SETOPTIONS"     )
44 _S(0x4201,      "PTRACE_GETEVENTMSG"    )
45 _S(0x4202,      "PTRACE_GETSIGINFO"     )
46 _S(0x4203,      "PTRACE_SETSIGINFO"     )
47 _S(0x4204,      "PTRACE_GETREGSET"      )
48 _S(0x4205,      "PTRACE_SETREGSET"      )
49 _S(0x4206,      "PTRACE_SEIZE"          )
50 _S(0x4207,      "PTRACE_INTERRUPT"      )
51 _S(0x4208,      "PTRACE_LISTEN"         )
52 _S(0x4209,      "PTRACE_PEEKSIGINFO"    )
53 _S(0x420a,      "PTRACE_GETSIGMASK"     )
54 _S(0x420b,      "PTRACE_SETSIGMASK"     )
55