This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/4125] New: Missing ptrace defines from user space ptrace.h


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]