Home | History | Annotate | Download | only in strace

Lines Matching refs:bpt

811 handle_new_child(struct tcb *tcp, int pid, int bpt)
837 if (bpt)
846 if (bpt)
850 /* Child has BPT too, must be removed on first occasion. */
851 if (bpt) {
862 if (bpt)
948 int bpt;
953 bpt = tcp->flags & TCB_BPTSET;
956 if (bpt)
963 return handle_new_child(tcp, pid, bpt);
993 int bpt = tcp->flags & TCB_BPTSET;
997 if (bpt)
1038 /* Child has BPT too, must be removed on first occasion */
1039 if (bpt) {