commit | 9f819d5747dc2b8e0f7ac54b38dc321115de6dda | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Wed Oct 16 14:46:24 2013 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Wed Oct 23 01:00:02 2013 +0200 |
tree | 452c7753ef06db25fa7e0fdba5b2dd620ae171da | |
parent | 8fdd09b028426f92df614d6ebe5c56d99877febf [diff] [blame] |
Allow per-OS configuration hooks for struct breakpoint
diff --git a/breakpoint.h b/breakpoint.h index c9884f0..24f6651 100644 --- a/breakpoint.h +++ b/breakpoint.h
@@ -56,6 +56,7 @@ unsigned char orig_value[BREAKPOINT_LENGTH]; int enabled; struct arch_breakpoint_data arch; + struct os_breakpoint_data os; }; /* Call ON_HIT handler of BP, if any is set. */