aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-17 03:07:04 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:53:59 +0200
commit994ad6d3da0bea9bed176ce600ec513bfca238c2 (patch)
treed2e4c1b12a84bfc63ef6e1a61bc1e0c0bc7705e0 /common.h
parent05058b79e6f995e4d328952ecd73cf090d89cb13 (diff)
downloadltrace-994ad6d3da0bea9bed176ce600ec513bfca238c2.tar.gz
Add ARCH_HAVE_LIBRARY_DATA customization point
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index ca8775f..7c47139 100644
--- a/common.h
+++ b/common.h
@@ -237,6 +237,10 @@ int arch_breakpoint_init(struct Process *proc, struct breakpoint *sbp);
void arch_breakpoint_destroy(struct breakpoint *sbp);
int arch_breakpoint_clone(struct breakpoint *retp, struct breakpoint *sbp);
+void arch_library_init(struct library *lib);
+void arch_library_destroy(struct library *lib);
+void arch_library_clone(struct library *retp, struct library *lib);
+
int arch_library_symbol_init(struct library_symbol *libsym);
void arch_library_symbol_destroy(struct library_symbol *libsym);
int arch_library_symbol_clone(struct library_symbol *retp,