Home
last modified time | relevance | path

Searched refs:other_breakpoint (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc141 other_breakpoint, enumerator
199 struct other_breakpoint struct
824 else if (type == other_breakpoint) in set_breakpoint()
826 struct other_breakpoint *other_bp = XCNEW (struct other_breakpoint); in set_breakpoint()
870 return set_breakpoint_type_at (other_breakpoint, where, handler); in set_breakpoint_at()
1745 if (bp->type == other_breakpoint) in check_breakpoints()
1747 struct other_breakpoint *other_bp in check_breakpoints()
1748 = (struct other_breakpoint *) bp; in check_breakpoints()
2189 else if (src->type == other_breakpoint) in clone_one_breakpoint()
2191 struct other_breakpoint *other_dest = XCNEW (struct other_breakpoint); in clone_one_breakpoint()
[all …]
H A DChangeLog8095 (struct other_breakpoint): New.
8111 (check_breakpoints): Check other_breakpoint.
18257 pointer. Set type to `other_breakpoint' by default.
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc141 other_breakpoint, enumerator
199 struct other_breakpoint struct
824 else if (type == other_breakpoint) in set_breakpoint()
826 struct other_breakpoint *other_bp = XCNEW (struct other_breakpoint); in set_breakpoint()
870 return set_breakpoint_type_at (other_breakpoint, where, handler); in set_breakpoint_at()
1745 if (bp->type == other_breakpoint) in check_breakpoints()
1747 struct other_breakpoint *other_bp in check_breakpoints()
1748 = (struct other_breakpoint *) bp; in check_breakpoints()
2189 else if (src->type == other_breakpoint) in clone_one_breakpoint()
2191 struct other_breakpoint *other_dest = XCNEW (struct other_breakpoint); in clone_one_breakpoint()
[all …]
H A DChangeLog8095 (struct other_breakpoint): New.
8111 (check_breakpoints): Check other_breakpoint.
18257 pointer. Set type to `other_breakpoint' by default.