Searched refs:breakpoint_init (Results 1 – 5 of 5) sorted by relevance
/external/ltrace/ |
D | breakpoints.c | 180 breakpoint_init(struct breakpoint *bp, struct process *proc, in breakpoint_init() function 261 || breakpoint_init(bp, proc, return_addr, NULL) < 0) { in create_default_return_bp() 279 if (bp == NULL || breakpoint_init(bp, proc, addr, libsym) < 0) { in insert_breakpoint_at() 417 int err = breakpoint_init(bp, proc, addr, NULL); in entry_breakpoint_init()
|
D | breakpoint.h | 103 int breakpoint_init(struct breakpoint *bp, struct process *proc,
|
D | proc.c | 823 || breakpoint_init(bp, proc, bp_addr, libsym) < 0) { in breakpoint_for_symbol()
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | plt.c | 284 if (breakpoint_init(bp, leader, resolved_addr, libsym) < 0) in arch_symbol_ret()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | trace.c | 1456 if (nbp == NULL || breakpoint_init(nbp, proc, u.a, libsym) < 0) in ifunc_ret_hit()
|