Allow Python notification of new object-file loadings.
[deliverable/binutils-gdb.git] / gdb / python / python-internal.h
index bff40b5a7847fcdb9cbf06e03209fd0b633bf780..71325e2596d7922b7147c39ab97da25f9dfcd496 100644 (file)
@@ -214,6 +214,7 @@ void gdbpy_initialize_breakpoint_event (void);
 void gdbpy_initialize_continue_event (void);
 void gdbpy_initialize_exited_event (void);
 void gdbpy_initialize_thread_event (void);
+void gdbpy_initialize_new_objfile_event (void);
 
 struct cleanup *make_cleanup_py_decref (PyObject *py);
 
This page took 0.023015 seconds and 4 git commands to generate.