Make check_for_argument skip whitespace after arg itself
[deliverable/binutils-gdb.git] / gdb / value.h
index d3905cc354a775dd4c97ed558f4933e058f782de..0756d13b6d79f060e9ada774518092e49ec1a9d4 100644 (file)
@@ -1189,4 +1189,8 @@ extern struct value *call_xmethod (struct value *method,
 extern int value_union_variant (struct type *union_type,
                                const gdb_byte *contents);
 
+/* Destroy the values currently allocated.  This is called when GDB is
+   exiting (e.g., on quit_force).  */
+extern void finalize_values ();
+
 #endif /* !defined (VALUE_H) */
This page took 0.025178 seconds and 4 git commands to generate.