Add Guile as an extension language.
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 8a5c4e8b1b11dbff050069881c5e72ca1f857177..4be9f231fa729df917414b5a21e98933abe10724 100644 (file)
@@ -29,6 +29,7 @@
 struct value;
 struct block;
 struct gdbpy_breakpoint_object;
+struct gdbscm_breakpoint_object;
 struct get_number_or_range_state;
 struct thread_info;
 struct bpstats;
@@ -739,6 +740,9 @@ struct breakpoint
        can sometimes be NULL for enabled GDBs as not all breakpoint
        types are tracked by the scripting language API.  */
     struct gdbpy_breakpoint_object *py_bp_object;
+
+    /* Same as py_bp_object, but for Scheme.  */
+    struct gdbscm_breakpoint_object *scm_bp_object;
   };
 
 /* An instance of this type is used to represent a watchpoint.  It
This page took 0.032064 seconds and 4 git commands to generate.