aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2013-10-16 14:46:24 +0200
committerPetr Machata <pmachata@redhat.com>2013-10-23 01:00:02 +0200
commit9f819d5747dc2b8e0f7ac54b38dc321115de6dda (patch)
tree452c7753ef06db25fa7e0fdba5b2dd620ae171da /sysdeps
parent8fdd09b028426f92df614d6ebe5c56d99877febf (diff)
downloadltrace-9f819d5747dc2b8e0f7ac54b38dc321115de6dda.tar.gz
Allow per-OS configuration hooks for struct breakpoint
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/sysdep.h b/sysdeps/sysdep.h
index 4b89b9c..24c9341 100644
--- a/sysdeps/sysdep.h
+++ b/sysdeps/sysdep.h
@@ -39,6 +39,11 @@ struct arch_ltelf_data {
};
#endif
+#ifndef OS_HAVE_BREAKPOINT_DATA
+struct os_breakpoint_data {
+};
+#endif
+
#ifndef ARCH_HAVE_BREAKPOINT_DATA
struct arch_breakpoint_data {
};