Home | History | Annotate | Download | only in ltrace

Lines Matching refs:breakpoints

116 	assert(proc->breakpoints != NULL);
121 if (DICT_FIND_VAL(proc->breakpoints, &addr, &found) < 0)
303 /* Only the group leader should be getting the breakpoints and
307 assert(leader->breakpoints != NULL);
310 * breakpoints that are enabled at this address. The
317 if (DICT_FIND_VAL(leader->breakpoints, &bp->addr, &ext_bp) != 0) {
342 DICT_FIND_VAL(leader->breakpoints, &addr, &bp);
398 DICT_EACH(proc->breakpoints, arch_addr_t, struct breakpoint *,
434 * outside. Here we just put in breakpoints. */
435 assert(proc->breakpoints != NULL);
437 /* Only the thread group leader should hold the breakpoints. */