Home
last modified time | relevance | path

Searched refs:setbpt (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Ddefs.h558 extern int setbpt(struct tcb *);
Dutil.c1481 setbpt(struct tcb *tcp) in setbpt() function
1577 setbpt(tcp) in setbpt() function
Dprocess.c944 if (setbpt(tcp) < 0) in internal_fork()
989 if (setbpt(tcp) < 0)
DChangeLog-CVS250 * util.c (setbpt): Remove extern declaration from function body.
549 (setbpt): Clear CLONE_VM in the case we already clear CLONE_VFORK for
687 (setbpt): Clear CLONE_VFORK for SYS_clone and SYS_clone2.
737 * util.c [LINUX] (setbpt): Use correct SYS_clone number for current
2063 * util.c [LINUX] (setbpt): Likewise.
2752 (setbpt): Handle SPARC64 && LINUX.
2935 * util.c (setbpt): Fix one missed spot to use new arg0_index macro.
2975 (setbpt): Use them for u_arg indices.
3553 * util.c [LINUX] (setbpt): Handle SYS_vfork like SYS_fork.
3727 * util.c [LINUX] (setbpt, clearbpt): New implementations that tweak
[all …]
DChangeLog533 use them to do followfork rather than the original setbpt
1014 * util.c (tv_tv, umoven, uload, getpc, fixvfork, setbpt, clearbpt):