Move Imm1 before Imm8.
[deliverable/binutils-gdb.git] / gdb / jit.h
index 6473d257c30809063fb28f900bb9c32ea0cdd8fe..fb0a1095df3d0dc9a66089ceae6e0f7507a18f31 100644 (file)
--- a/gdb/jit.h
+++ b/gdb/jit.h
@@ -69,9 +69,13 @@ struct jit_descriptor
 
 extern void jit_inferior_created_hook (void);
 
+/* Re-establish the jit breakpoint(s).  */
+
+extern void jit_breakpoint_re_set (void);
+
 /* This function is called by handle_inferior_event when it decides that the JIT
    event breakpoint has fired.  */
 
-extern void jit_event_handler (void);
+extern void jit_event_handler (struct gdbarch *gdbarch);
 
 #endif /* JIT_H */
This page took 0.023799 seconds and 4 git commands to generate.