| commit | 02a796e5e49c147982020c78b0066930e979f3e4 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Fri Oct 11 17:24:30 2013 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Fri Oct 11 21:27:11 2013 +0200 |
| tree | 9ab24af873f850420d1ebcce4d179631fc19eb17 | |
| parent | 7287166e8fd5949ffcf8eb1f3d378b5ea538915e [diff] [blame] |
Rename insert_breakpoint to insert_breakpoint_at
diff --git a/handle_event.c b/handle_event.c index 8292e5a..b7a755c 100644 --- a/handle_event.c +++ b/handle_event.c
@@ -737,7 +737,7 @@ arch_addr_t return_addr = get_return_addr(proc, proc->stack_pointer); struct breakpoint *rbp = NULL; if (return_addr != 0) - rbp = insert_breakpoint(proc, return_addr, NULL); + rbp = insert_breakpoint_at(proc, return_addr, NULL); elem->return_addr = rbp != NULL ? rbp->addr : 0; if (opt_T || options.summary) {