2008-04-19 Dmitry V. Levin <[EMAIL PROTECTED]>
* 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
pgp3EPCSYgCcy.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
