daily update
[deliverable/binutils-gdb.git] / gdb / jit.h
index 6473d257c30809063fb28f900bb9c32ea0cdd8fe..842472b442a9072c7a0edfc4de002344ec70a2cd 100644 (file)
--- a/gdb/jit.h
+++ b/gdb/jit.h
@@ -1,7 +1,6 @@
 /* JIT declarations for GDB, the GNU Debugger.
 
-   Copyright (C) 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -69,9 +68,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.023385 seconds and 4 git commands to generate.