Searched refs:pp_breakpoints (Results 1 – 3 of 3) sorted by relevance
68 for (cur = ph->pp_breakpoints, prev = NULL; in set_breakpoint()87 new->bl_next = ph->pp_breakpoints; in set_breakpoint()88 ph->pp_breakpoints = new; in set_breakpoint()102 for (cur = ph->pp_breakpoints; in find_bp()117 for (cur = ph->pp_breakpoints, prev = NULL; in delete_bp()125 ph->pp_breakpoints = cur->bl_next; in delete_bp()138 if (ph->pp_breakpoints == NULL) { in list_breakpoints()144 for (cur = ph->pp_breakpoints; cur; cur = cur->bl_next) { in list_breakpoints()157 for (cur = ph->pp_breakpoints; cur; cur = cur->bl_next) { in set_breaks()181 for (cur = ph->pp_breakpoints; cur; cur = cur->bl_next) in clear_breaks()[all …]
162 bptlist_t *pp_breakpoints; /* break point list */ member
167 procp->pp_breakpoints = NULL; in ps_init()