python: Make gdb.execute("show commands") work (PR 23669)
[deliverable/binutils-gdb.git] / gdb / compile / compile.h
index 89cc00fdd2d0f2f05122ec87f6484d48c95c196e..955f8836ca1bc2e5de3896d35d35f5eaa8d9402f 100644 (file)
@@ -103,4 +103,7 @@ extern void compile_dwarf_bounds_to_c (string_file *stream,
 
 extern void compile_print_value (struct value *val, void *data_voidp);
 
+/* Command element for the 'compile' command.  */
+extern cmd_list_element *compile_cmd_element;
+
 #endif /* GDB_COMPILE_H */
This page took 0.022661 seconds and 4 git commands to generate.