1996-02-19 23:14:44 +00:00
|
|
|
/* `ptrace' debugger support interface. Linux version.
|
2006-09-17 16:06:42 +00:00
|
|
|
Copyright (C) 1996-1999,2000,2006 Free Software Foundation, Inc.
|
1996-11-15 04:08:00 +00:00
|
|
|
This file is part of the GNU C Library.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
1996-11-15 04:08:00 +00:00
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:58:11 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
1996-11-15 04:08:00 +00:00
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:58:11 +00:00
|
|
|
Lesser General Public License for more details.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
2001-07-06 04:58:11 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
|
|
License along with the GNU C Library; if not, write to the Free
|
|
|
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
|
|
02111-1307 USA. */
|
1995-02-18 01:27:10 +00:00
|
|
|
|
1996-02-19 23:14:44 +00:00
|
|
|
#ifndef _SYS_PTRACE_H
|
1996-12-10 03:08:06 +00:00
|
|
|
#define _SYS_PTRACE_H 1
|
Update.
1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
Remove inclusion of <linux/swap.h>.
1998-10-05 Ulrich Drepper <drepper@cygnus.com>
* io/sys/stat.h: Use __P in definitions of inline stat functions
so that they match the declaration.
1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
linux 2.1 version.
1998-10-02 Philip Blundell <pb@nexus.co.uk>
* sysdeps/arm/dl-machine.h: Fix typo in last change.
* sysdeps/arm/bits/huge_val.h: New file.
1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
* sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
define.
1998-10-05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
store result of realloc instead of using BUF.
1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* misc/sgtty.h (_SGTTY_H): Correct spelling.
Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/memory.texi (Obstacks): Document
obstack_alloc_failed_handler usage.
* malloc/obstack.h: Enhance comment about
obstack_alloc_failed_handler usage.
* malloc/obstack.c: Likewise.
1998-10-05 Ulrich Drepper <drepper@cygnus.com>
* misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
gcc before 2.8 is used.
1998-10-01 Philip Blundell <pb@nexus.co.uk>
* sysdeps/arm/machine-gmon.h: Correct args to mcount(). Patch
from Scott Bambrough.
* sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
* libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
include the lock member.
1998-09-03 Philip Blundell <pb@nexus.co.uk>
* sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
1998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* string/bits/string2.h (__string2_1bptr_p): Don't use a statement
expression.
(__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
__strsep): Greatly reduce size of expansion by combining common
expressions.
(__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
inline function.
(__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
by the above definitions.
1998-09-27 Geoff Keating <geoffk@ozemail.com.au>
* sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
correct struct ipc_perm definition.
1998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
* nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
* sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
* sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
1998-10-05 13:40:47 +00:00
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
#include <features.h>
|
|
|
|
|
|
|
|
__BEGIN_DECLS
|
|
|
|
|
|
|
|
/* Type of the REQUEST argument to `ptrace.' */
|
|
|
|
enum __ptrace_request
|
|
|
|
{
|
|
|
|
/* Indicate that the process making this request should be traced.
|
|
|
|
All signals received by this process can be intercepted by its
|
|
|
|
parent, and its parent can use the other `ptrace' requests. */
|
|
|
|
PTRACE_TRACEME = 0,
|
|
|
|
#define PT_TRACE_ME PTRACE_TRACEME
|
|
|
|
|
|
|
|
/* Return the word in the process's text space at address ADDR. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_PEEKTEXT = 1,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_READ_I PTRACE_PEEKTEXT
|
|
|
|
|
|
|
|
/* Return the word in the process's data space at address ADDR. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_PEEKDATA = 2,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_READ_D PTRACE_PEEKDATA
|
|
|
|
|
|
|
|
/* Return the word in the process's user area at offset ADDR. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_PEEKUSER = 3,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_READ_U PTRACE_PEEKUSER
|
|
|
|
|
|
|
|
/* Write the word DATA into the process's text space at address ADDR. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_POKETEXT = 4,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_WRITE_I PTRACE_POKETEXT
|
|
|
|
|
|
|
|
/* Write the word DATA into the process's data space at address ADDR. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_POKEDATA = 5,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_WRITE_D PTRACE_POKEDATA
|
|
|
|
|
1996-02-19 23:14:44 +00:00
|
|
|
/* Write the word DATA into the process's user area at offset ADDR. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_POKEUSER = 6,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_WRITE_U PTRACE_POKEUSER
|
|
|
|
|
|
|
|
/* Continue the process. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_CONT = 7,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_CONTINUE PTRACE_CONT
|
|
|
|
|
|
|
|
/* Kill the process. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_KILL = 8,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_KILL PTRACE_KILL
|
|
|
|
|
|
|
|
/* Single step the process.
|
|
|
|
This is not supported on all machines. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_SINGLESTEP = 9,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_STEP PTRACE_SINGLESTEP
|
|
|
|
|
1998-06-09 18:24:13 +00:00
|
|
|
/* Get all general purpose registers used by a processes.
|
|
|
|
This is not supported on all machines. */
|
|
|
|
PTRACE_GETREGS = 12,
|
|
|
|
#define PT_GETREGS PTRACE_GETREGS
|
|
|
|
|
|
|
|
/* Set all general purpose registers used by a processes.
|
|
|
|
This is not supported on all machines. */
|
|
|
|
PTRACE_SETREGS = 13,
|
|
|
|
#define PT_SETREGS PTRACE_SETREGS
|
|
|
|
|
|
|
|
/* Get all floating point registers used by a processes.
|
|
|
|
This is not supported on all machines. */
|
|
|
|
PTRACE_GETFPREGS = 14,
|
|
|
|
#define PT_GETFPREGS PTRACE_GETFPREGS
|
|
|
|
|
|
|
|
/* Set all floating point registers used by a processes.
|
|
|
|
This is not supported on all machines. */
|
|
|
|
PTRACE_SETFPREGS = 15,
|
|
|
|
#define PT_SETFPREGS PTRACE_SETFPREGS
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
/* Attach to a process that is already running. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_ATTACH = 16,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_ATTACH PTRACE_ATTACH
|
|
|
|
|
|
|
|
/* Detach from a process attached to with PTRACE_ATTACH. */
|
1998-06-09 18:24:13 +00:00
|
|
|
PTRACE_DETACH = 17,
|
1995-02-18 01:27:10 +00:00
|
|
|
#define PT_DETACH PTRACE_DETACH
|
|
|
|
|
2000-06-24 07:08:49 +00:00
|
|
|
/* Get all extended floating point registers used by a processes.
|
|
|
|
This is not supported on all machines. */
|
|
|
|
PTRACE_GETFPXREGS = 18,
|
|
|
|
#define PT_GETFPXREGS PTRACE_GETFPXREGS
|
|
|
|
|
|
|
|
/* Set all extended floating point registers used by a processes.
|
|
|
|
This is not supported on all machines. */
|
|
|
|
PTRACE_SETFPXREGS = 19,
|
|
|
|
#define PT_SETFPXREGS PTRACE_SETFPXREGS
|
|
|
|
|
1996-02-19 23:14:44 +00:00
|
|
|
/* Continue and stop at the next (return from) syscall. */
|
2006-09-17 16:06:42 +00:00
|
|
|
PTRACE_SYSCALL = 24,
|
2000-07-06 16:58:19 +00:00
|
|
|
#define PT_SYSCALL PTRACE_SYSCALL
|
2006-09-17 16:06:42 +00:00
|
|
|
|
|
|
|
/* Set ptrace filter options. */
|
|
|
|
PTRACE_SETOPTIONS = 0x4200,
|
|
|
|
#define PT_SETOPTIONS PTRACE_SETOPTIONS
|
|
|
|
|
|
|
|
/* Get last ptrace message. */
|
|
|
|
PTRACE_GETEVENTMSG = 0x4201,
|
* sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
* sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
* sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
* sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
* sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG): Likewise.
(PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
values.
* sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
* sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
2006-09-18 13:48:06 +00:00
|
|
|
#define PT_GETEVENTMSG PTRACE_GETEVENTMSG
|
2006-09-17 16:06:42 +00:00
|
|
|
|
|
|
|
/* Get siginfo for process. */
|
|
|
|
PTRACE_GETSIGINFO = 0x4202,
|
|
|
|
#define PT_GETSIGINFO PTRACE_GETSIGINFO
|
|
|
|
|
|
|
|
/* Set new siginfo for process. */
|
|
|
|
PTRACE_SETSIGINFO = 0x4203
|
|
|
|
#define PT_SETSIGINFO PTRACE_SETSIGINFO
|
1995-02-18 01:27:10 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Perform process tracing functions. REQUEST is one of the values
|
|
|
|
above, and determines the action to be taken.
|
|
|
|
For all requests except PTRACE_TRACEME, PID specifies the process to be
|
|
|
|
traced.
|
|
|
|
|
|
|
|
PID and the other arguments described above for the various requests should
|
|
|
|
appear (those that are used for the particular request) as:
|
|
|
|
pid_t PID, void *ADDR, int DATA, void *ADDR2
|
|
|
|
after REQUEST. */
|
1999-10-19 03:14:36 +00:00
|
|
|
extern long int ptrace (enum __ptrace_request __request, ...) __THROW;
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
__END_DECLS
|
|
|
|
|
1996-12-10 03:08:06 +00:00
|
|
|
#endif /* _SYS_PTRACE_H */
|