| commit | 8cce1193ebd35cb5a8b288bc7325cdda1b8ffe50 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Sun Mar 25 01:37:19 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:22:33 2012 +0200 |
| tree | e01f5952e1b88de51d7bfad7ce102f50cdddfa3a | |
| parent | 7b36114b46cf93aa2828de055e71ec57a801dfc1 [diff] [blame] |
Add arch_breakpoint_destroy as a counterpart to arch_breakpoint_init - even though we don't destroy breakpoints at all right now
diff --git a/common.h b/common.h index c8e5e5d..4990920 100644 --- a/common.h +++ b/common.h
@@ -233,6 +233,10 @@ const char *n, GElf_Rela *r, size_t i, struct library_symbol **ret); +int arch_breakpoint_init(struct Process *proc, struct breakpoint *sbp); +void arch_breakpoint_destroy(struct breakpoint *sbp); + + extern struct ltelf main_lte; #endif