Searched refs:proc_each_breakpoint (Results 1 – 3 of 3) sorted by relevance
/external/ltrace/ |
D | proc.h | 238 arch_addr_t *proc_each_breakpoint(struct process *proc, arch_addr_t *start,
|
D | proc.c | 283 proc_each_breakpoint(proc, NULL, destroy_breakpoint_cb, NULL); in private_process_destroy() 1068 proc_each_breakpoint(struct process *proc, arch_addr_t *start, in proc_each_breakpoint() function
|
/external/ltrace/sysdeps/linux-gnu/ |
D | trace.c | 421 proc_each_breakpoint(leader, NULL, retract_breakpoint_cb, NULL); in detach_process()
|