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

/external/ltrace/
H A Dbreakpoint.h103 int breakpoint_init(struct breakpoint *bp, struct process *proc,
H A Dbreakpoints.c180 breakpoint_init(struct breakpoint *bp, struct process *proc, function
261 || breakpoint_init(bp, proc, return_addr, NULL) < 0) {
279 if (bp == NULL || breakpoint_init(bp, proc, addr, libsym) < 0) {
288 * encode all the information necessary for breakpoint_init
417 int err = breakpoint_init(bp, proc, addr, NULL);
H A Dproc.c823 || breakpoint_init(bp, proc, bp_addr, libsym) < 0) {
/external/ltrace/sysdeps/linux-gnu/mips/
H A Dplt.c284 if (breakpoint_init(bp, leader, resolved_addr, libsym) < 0)
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.c1456 if (nbp == NULL || breakpoint_init(nbp, proc, u.a, libsym) < 0)

Completed in 96 milliseconds