[PATCH 2/3] prctl_options: Add more constants

Dmitry V. Levin ldv at altlinux.org
Wed Jul 23 21:59:06 UTC 2008


2008-04-19  Dmitry V. Levin <ldv at altlinux.org>

	* process.c (prctl_options): Add more constants.
---
 strace/process.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

--- a/strace/process.c
+++ b/strace/process.c
@@ -204,6 +204,12 @@ static const struct xlat prctl_options[] = {
 #ifdef PR_GET_PDEATHSIG
 	{ PR_GET_PDEATHSIG,	"PR_GET_PDEATHSIG"	},
 #endif
+#ifdef PR_GET_DUMPABLE
+	{ PR_GET_DUMPABLE,	"PR_GET_DUMPABLE"	},
+#endif
+#ifdef PR_SET_DUMPABLE
+	{ PR_SET_DUMPABLE,	"PR_SET_DUMPABLE"	},
+#endif
 #ifdef PR_GET_UNALIGN
 	{ PR_GET_UNALIGN,	"PR_GET_UNALIGN"	},
 #endif

-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20080724/d438382e/attachment.bin>


More information about the Strace-devel mailing list