HomeSort by relevance Sort by last modified time
    Searched refs:bpt (Results 1 - 2 of 2) sorted by null

  /external/strace/
util.c 1510 * We cannot set a real BPT in the child, since it will not be
1536 fprintf(stderr, "PANIC: bpt already set in pid %u\n",
1543 fprintf(stderr, "[%d] setting bpt at %lx\n",
    [all...]
process.c 818 int bpt = tcp->flags & TCB_BPTSET; local
824 if (bpt)
846 if (bpt)
856 if (bpt)
865 if (bpt)
869 /* Child has BPT too, must be removed on first occasion. */
870 if (bpt) {
881 if (bpt)
971 int bpt = tcp->flags & TCB_BPTSET;
975 if (bpt)
    [all...]

Completed in 831 milliseconds