summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/include/ptrace.h
AgeCommit message (Expand)Author
2020-10-15Fix the machine-dependent ptrace requests to respect LWP numbermgorny
2020-09-14apply some parens to make macros safe. fixes GCC 9 sanitizer issues.mrg
2019-12-24Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFOkamil
2019-10-04Provide PTRACE_ILLEGAL_ASM, using an illegal slot instructionmaya
2019-06-18Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointerkamil
2017-04-12Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD partkamil
2017-04-08Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEPkamil
2015-09-25For processors that have memory breakpoints, add macros for them to helpchristos
2015-09-15Provide access to pc/sp/syscall-return registers like we have for mcontextchristos
2011-10-31#if-0'ed defines for PT_GETFPREGS and PT_SETFPREGS. Not used yet, butuwe
2011-01-28Implement PT_STEP.uwe
2008-10-27Implement PT___GETREGS40 and PT___SETREGS40 under COMPAT_40 so thatuwe
2008-10-26Add r_gbr to struct reg. Provide old definition as struct __reg40.uwe
2008-10-26Oops, make #endif comment properly reflect the test.uwe
2008-10-26Multiple inclusion protection.uwe
2008-01-25Define PT_MACHDEP_STRINGSskrll
2002-02-28Remove #if 0 #endifuch
2000-05-10supports single step!msaitoh
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun