aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ptrace.h
Commit message (Expand)AuthorAgeFilesLines
* The PTRACESTOP() macro is used only once. Inline the only use and removeKonstantin Belousov2012-02-111-6/+0
* Mark the automatically attached child with PL_FLAG_CHILD in structKonstantin Belousov2012-02-101-0/+1
* Allow debugger to specify that children of the traced process should beKonstantin Belousov2011-01-251-0/+4
* Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-221-0/+2
* Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedKonstantin Belousov2010-07-041-1/+3
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-0/+3
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-1/+2
* o Add support for COMPAT_IA32.Marcel Moolenaar2010-02-111-7/+10
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canMarcel Moolenaar2010-02-091-0/+15
* Add members pl_sigmask and pl_siglist into ptrace_lwpinfo to get lwp'sDavid Xu2006-02-061-0/+4
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+11
* Add PROC_UNLOCK(p) to PTRACESTOP_SC(p, td, flag). This is necessaryColin Percival2005-04-291-0/+1
* Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUNDDavid Xu2004-08-081-0/+3
* Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPENDDavid Xu2004-07-131-2/+8
* Implement the PT_LWPINFO request. This request can be used by theMarcel Moolenaar2004-07-121-0/+9
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).Robert Drehmel2003-10-091-0/+17
* Add or finish support for machine dependent ptrace requests. When weMarcel Moolenaar2003-08-151-0/+4
* Implement PT_IO (read / write arbitrary amounts of data or text).Dag-Erling Smørgrav2002-03-161-0/+16
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-1/+8
* Declare struct uio so consumers don't have to #include <sys/uio.h> unlessDag-Erling Smørgrav2001-11-031-0/+1
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-211-7/+7
* Dissociate ptrace from procfs.Dag-Erling Smørgrav2001-10-071-3/+21
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* GC unused prototype of ptrace_write_u().John Baldwin2001-08-211-1/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-081-2/+2
* - Move the prototype for proc_reparent from sys/ptrace.h to sys/proc.hJohn Baldwin2000-10-191-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* proc.h: Add PHOLD()/PRELE() macros to ensure the U area is not swappedPeter Wemm1996-01-241-3/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4
* Process tracing code. Written by Sean Eric Fagan.David Greenman1994-08-081-1/+4
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+67