From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 508 invoked by alias); 2 Mar 2007 22:33:51 -0000 Received: (qmail 485 invoked by uid 48); 2 Mar 2007 22:33:39 -0000 Date: Fri, 02 Mar 2007 22:33:00 -0000 From: "rangelino at novell dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20070302223338.4125.rangelino@novell.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/4125] New: Missing ptrace defines from user space ptrace.h X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00011.txt.bz2 The following defines are missing from user space /usr/include/sys/ptrace.h: /* options set using PTRACE_SETOPTIONS */ #define PTRACE_O_TRACESYSGOOD 0x00000001 #define PTRACE_O_TRACEFORK 0x00000002 #define PTRACE_O_TRACEVFORK 0x00000004 #define PTRACE_O_TRACECLONE 0x00000008 #define PTRACE_O_TRACEEXEC 0x00000010 #define PTRACE_O_TRACEVFORKDONE 0x00000020 #define PTRACE_O_TRACEEXIT 0x00000040 #define PTRACE_O_MASK 0x0000007f /* Wait extended result codes for the above trace options. */ #define PTRACE_EVENT_FORK 1 #define PTRACE_EVENT_VFORK 2 #define PTRACE_EVENT_CLONE 3 #define PTRACE_EVENT_EXEC 4 #define PTRACE_EVENT_VFORK_DONE 5 #define PTRACE_EVENT_EXIT 6 -- Summary: Missing ptrace defines from user space ptrace.h Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: rangelino at novell dot com CC: glibc-bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=4125 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.