diff options
Diffstat (limited to 'gdb/python/python.h')
-rw-r--r-- | gdb/python/python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.h b/gdb/python/python.h index 047fb4c..c07b2aa 100644 --- a/gdb/python/python.h +++ b/gdb/python/python.h @@ -109,7 +109,7 @@ enum py_bt_status apply_frame_filter (struct frame_info *frame, int flags, void preserve_python_values (struct objfile *objfile, htab_t copied_types); -void gdbpy_load_auto_scripts_for_objfile (struct objfile *objfile); +const struct script_language *gdbpy_script_language_defn (void); int gdbpy_should_stop (struct gdbpy_breakpoint_object *bp_obj); |