index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sh3
/
include
/
ptrace.h
Age
Commit message (
Expand
)
Author
2020-10-15
Fix the machine-dependent ptrace requests to respect LWP number
mgorny
2020-09-14
apply some parens to make macros safe. fixes GCC 9 sanitizer issues.
mrg
2019-12-24
Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO
kamil
2019-10-04
Provide PTRACE_ILLEGAL_ASM, using an illegal slot instruction
maya
2019-06-18
Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer
kamil
2017-04-12
Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD part
kamil
2017-04-08
Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEP
kamil
2015-09-25
For processors that have memory breakpoints, add macros for them to help
christos
2015-09-15
Provide access to pc/sp/syscall-return registers like we have for mcontext
christos
2011-10-31
#if-0'ed defines for PT_GETFPREGS and PT_SETFPREGS. Not used yet, but
uwe
2011-01-28
Implement PT_STEP.
uwe
2008-10-27
Implement PT___GETREGS40 and PT___SETREGS40 under COMPAT_40 so that
uwe
2008-10-26
Add r_gbr to struct reg. Provide old definition as struct __reg40.
uwe
2008-10-26
Oops, make #endif comment properly reflect the test.
uwe
2008-10-26
Multiple inclusion protection.
uwe
2008-01-25
Define PT_MACHDEP_STRINGS
skrll
2002-02-28
Remove #if 0 #endif
uch
2000-05-10
supports single step!
msaitoh
1999-09-13
Merge in NetBSD/sh3 from cvs.kame.net repository.
itojun