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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /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 126 milliseconds