HomeSort by: relevance | last modified time | path
    Searched refs:bpt (Results 1 - 24 of 24) sorted by relevancy

  /src/regress/sys/kern/getcwd/
old_getcwd.c 82 char *bpt, *bup; local
108 bpt = ept - 1;
109 *bpt = '\0';
142 *--bpt = '/';
148 memmove(pt, bpt, (size_t)(ept - bpt));
222 if (bpt - pt <= dlen + (first ? 1 : 2)) {
229 off = bpt - pt;
230 len = ept - bpt;
233 bpt = pt + off
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-watchpoint.py 28 bpt = MyBreakpoint() variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-watchpoint.py 28 bpt = MyBreakpoint() variable
  /src/external/bsd/ntp/dist/ntpd/
refclock_fg.c 224 char *bpt; local
253 bpt = (char *)rbufp->recv_buffer;
254 while (*bpt != '\x10')
255 bpt++;
257 #define BP2(x) ( bpt[x] & 15 )
258 #define BP1(x) (( bpt[x] & 240 ) >> 4)
  /src/external/gpl3/gdb.old/dist/gdb/
inline-frame.c 320 struct breakpoint *bpt = s->breakpoint_at; local
322 if (bpt != NULL
323 && (user_breakpoint_p (bpt) || bpt->type == bp_until))
breakpoint.c 2001 is_breakpoint (const struct breakpoint *bpt)
2003 return (bpt->type == bp_breakpoint
2004 || bpt->type == bp_hardware_breakpoint
2005 || bpt->type == bp_dprintf);
2008 /* Return true if BPT is of any hardware watchpoint kind. */
2011 is_hardware_watchpoint (const struct breakpoint *bpt)
2013 return (bpt->type == bp_hardware_watchpoint
2014 || bpt->type == bp_read_watchpoint
2015 || bpt->type == bp_access_watchpoint);
2021 is_watchpoint (const struct breakpoint *bpt)
9824 breakpoint *bpt = this; local
11795 struct breakpoint *bpt = (struct breakpoint *) data; local
12662 delete bpt; local
    [all...]
infcall.c 1477 breakpoint *bpt local
1481 bpt->disposition = disp_del;
1482 gdb_assert (bpt->related_breakpoint == bpt);
1487 /* Link BPT into the chain of LONGJMP_B. */
1488 bpt->related_breakpoint = longjmp_b;
1489 while (longjmp_b->related_breakpoint != bpt->related_breakpoint)
1491 longjmp_b->related_breakpoint = bpt;
arm-linux-nat.c 987 =1) BPT for thread TID. */
989 arm_linux_insert_hw_breakpoint1 (const struct arm_linux_hw_breakpoint* bpt,
1014 bpts[i] = *bpt;
1028 (WATCHPOINT = 1) BPT for thread TID. */
1030 arm_linux_remove_hw_breakpoint1 (const struct arm_linux_hw_breakpoint *bpt,
1053 if (arm_linux_hw_breakpoint_equal (bpt, bpts + i))
breakpoint.h 1082 /* Return true if BPT is either a software breakpoint or a hardware
1085 extern bool is_breakpoint (const struct breakpoint *bpt);
1087 /* Return true if BPT is of any watchpoint kind, hardware or
1090 extern bool is_watchpoint (const struct breakpoint *bpt);
1092 /* Return true if BPT is a C++ exception catchpoint (catch
  /src/external/gpl3/gdb/dist/gdb/
inline-frame.c 321 struct breakpoint *bpt = s->breakpoint_at; local
323 if (bpt != NULL
324 && (user_breakpoint_p (bpt) || bpt->type == bp_until))
breakpoint.c 2013 is_breakpoint (const struct breakpoint *bpt)
2015 return (bpt->type == bp_breakpoint
2016 || bpt->type == bp_hardware_breakpoint
2017 || bpt->type == bp_dprintf);
2020 /* Return true if BPT is of any hardware watchpoint kind. */
2023 is_hardware_watchpoint (const struct breakpoint *bpt)
2025 return (bpt->type == bp_hardware_watchpoint
2026 || bpt->type == bp_read_watchpoint
2027 || bpt->type == bp_access_watchpoint);
2033 is_watchpoint (const struct breakpoint *bpt)
9853 breakpoint *bpt = this; local
12695 delete bpt; local
    [all...]
infcall.c 1489 breakpoint *bpt local
1493 bpt->disposition = disp_del;
1494 gdb_assert (bpt->related_breakpoint == bpt);
1499 /* Link BPT into the chain of LONGJMP_B. */
1500 bpt->related_breakpoint = longjmp_b;
1501 while (longjmp_b->related_breakpoint != bpt->related_breakpoint)
1503 longjmp_b->related_breakpoint = bpt;
arm-linux-nat.c 985 =1) BPT for thread TID. */
987 arm_linux_insert_hw_breakpoint1 (const struct arm_linux_hw_breakpoint* bpt,
1012 bpts[i] = *bpt;
1026 (WATCHPOINT = 1) BPT for thread TID. */
1028 arm_linux_remove_hw_breakpoint1 (const struct arm_linux_hw_breakpoint *bpt,
1051 if (arm_linux_hw_breakpoint_equal (bpt, bpts + i))
breakpoint.h 1084 /* Return true if BPT is either a software breakpoint or a hardware
1087 extern bool is_breakpoint (const struct breakpoint *bpt);
1089 /* Return true if BPT is of any watchpoint kind, hardware or
1092 extern bool is_watchpoint (const struct breakpoint *bpt);
1094 /* Return true if BPT is a C++ exception catchpoint (catch
  /src/sbin/restore/
dirs.c 234 long bpt; local
268 bpt = rst_telldir(dirp);
280 rst_seekdir(dirp, bpt, itp->t_seekpt);
283 bpt = rst_telldir(dirp);
  /src/external/gpl3/gdb/dist/sim/h8300/
writecode.c 359 bpt (p, a, s) function
798 nx, 0, "bpt", bpt, 0, 8
  /src/external/gpl3/gdb.old/dist/sim/h8300/
writecode.c 359 bpt (p, a, s) function
798 nx, 0, "bpt", bpt, 0, 8
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 2995 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
3003 bpt = (kbps + tps / 2) / tps;
3004 if (bpt > 0 && bpt <= 255) {
3005 v = bpt * tps;
3010 selected_bpt = bpt;
3070 unsigned int v, addr, bpt, cpt; local
3078 bpt = (v >> 8) & 0xff;
3084 *kbps = (v * bpt) / 125;
  /src/external/gpl3/binutils/dist/opcodes/
nfp-dis.c 1563 unsigned int bpt = _BTST (instr, 17); local
1568 if (bpt)
1569 dinfo->fprintf_func (dinfo->stream, "bpt");
  /src/external/gpl3/binutils.old/dist/opcodes/
nfp-dis.c 1563 unsigned int bpt = _BTST (instr, 17); local
1568 if (bpt)
1569 dinfo->fprintf_func (dinfo->stream, "bpt");
  /src/external/gpl3/gdb.old/dist/opcodes/
nfp-dis.c 1563 unsigned int bpt = _BTST (instr, 17); local
1568 if (bpt)
1569 dinfo->fprintf_func (dinfo->stream, "bpt");
  /src/external/gpl3/gdb/dist/opcodes/
nfp-dis.c 1563 unsigned int bpt = _BTST (instr, 17); local
1568 if (bpt)
1569 dinfo->fprintf_func (dinfo->stream, "bpt");
  /src/sys/arch/sparc/sparc/
locore.s 325 #define BPT VTRAP(T_BREAKPOINT, bpt)
326 #define BPT_KGDB_EXEC VTRAP(T_KGDB_EXEC, bpt)
328 #define BPT TRAP(T_BREAKPOINT)
493 BPT ! 81 = pseudo breakpoint instruction
754 BPT ! 81 = pseudo breakpoint instruction
1015 BPT ! 81 = pseudo breakpoint instruction
2210 * bpt is entered on all breakpoint traps.
2214 bpt: label
  /src/sys/arch/sparc64/sparc64/
locore.s 373 #define BPT VTRAP(T_BREAKPOINT, bpt)
374 #define BPT_KGDB_EXEC VTRAP(T_KGDB_EXEC, bpt)
376 #define BPT TRAP(T_BREAKPOINT)
811 BPT ! 0x101 = pseudo breakpoint instruction
1022 BPT ! 0x101 = pseudo breakpoint instruction
1158 BPT ! 0x101 = pseudo breakpoint instruction
3965 * bpt is entered on all breakpoint traps.
3969 bpt: label

Completed in 63 milliseconds