Lines Matching refs:breakpoint
153 arch_addr_t, struct breakpoint *, in process_bare_init()
239 destroy_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data) in destroy_breakpoint_cb()
338 clone_single_bp(arch_addr_t *key, struct breakpoint **bpp, void *u) in clone_single_bp()
340 struct breakpoint *bp = *bpp; in clone_single_bp()
343 struct breakpoint *clone = malloc(sizeof(*clone)); in clone_single_bp()
410 arch_addr_t, struct breakpoint *, NULL, in process_clone()
800 struct breakpoint *bp; in breakpoint_for_symbol()
1019 proc_add_breakpoint(struct process *proc, struct breakpoint *bp) in proc_add_breakpoint()
1041 proc_remove_breakpoint(struct process *proc, struct breakpoint *bp) in proc_remove_breakpoint()
1046 int rc = DICT_ERASE(proc->breakpoints, &bp->addr, struct breakpoint *, in proc_remove_breakpoint()
1055 struct breakpoint *bp,
1061 each_breakpoint_cb(arch_addr_t *key, struct breakpoint **bpp, void *d) in each_breakpoint_cb()
1070 struct breakpoint *bp, in proc_each_breakpoint()
1079 arch_addr_t, struct breakpoint *, start, in proc_each_breakpoint()