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

/external/ltrace/
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);

Completed in 80 milliseconds