Searched refs:bpoint (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsrev.c520 genbranch(bpoint, revno, length, date, author, state, store)
521 struct hshentry const *bpoint;
542 bhead = bpoint->branches;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darch-utils.c888 const gdb_byte *bpoint = gdbarch_breakpoint_from_pc (gdbarch, &address, &len);
891 if (bpoint == nullptr)
906 if (memcmp (target_mem, bpoint, len) == 0)
886 const gdb_byte *bpoint = gdbarch_breakpoint_from_pc (gdbarch, &address, &len); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darch-utils.c932 const gdb_byte *bpoint = gdbarch_breakpoint_from_pc (gdbarch, &address, &len);
935 if (bpoint == nullptr)
950 if (memcmp (target_mem, bpoint, len) == 0)
930 const gdb_byte *bpoint = gdbarch_breakpoint_from_pc (gdbarch, &address, &len); local

Completed in 97 milliseconds