Home
last modified time | relevance | path

Searched refs:breakpoint_init (Results 1 – 5 of 5) sorted by relevance

/external/ltrace/
Dbreakpoints.c180 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()
Dbreakpoint.h103 int breakpoint_init(struct breakpoint *bp, struct process *proc,
Dproc.c823 || breakpoint_init(bp, proc, bp_addr, libsym) < 0) { in breakpoint_for_symbol()
/external/ltrace/sysdeps/linux-gnu/mips/
Dplt.c284 if (breakpoint_init(bp, leader, resolved_addr, libsym) < 0) in arch_symbol_ret()
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c1456 if (nbp == NULL || breakpoint_init(nbp, proc, u.a, libsym) < 0) in ifunc_ret_hit()