Move die_type_hash to dwarf2_per_objfile
[deliverable/binutils-gdb.git] / gdb / compile / compile.h
index a46ee6d7989ee9cabacccc15475ba0bdccf65425..871031c356c043855e53f522b1a94a838079e606 100644 (file)
@@ -1,6 +1,6 @@
 /* Header file for Compile and inject module.
 
-   Copyright (C) 2014-2017 Free Software Foundation, Inc.
+   Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -15,8 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef GDB_COMPILE_H
-#define GDB_COMPILE_H
+#ifndef COMPILE_COMPILE_H
+#define COMPILE_COMPILE_H
 
 struct ui_file;
 struct gdbarch;
@@ -55,7 +55,7 @@ extern void eval_compile_command (struct command_line *cmd,
    PER_CU is the per-CU object used for looking up various other
    things.  */
 
-extern void compile_dwarf_expr_to_c (struct ui_file *stream,
+extern void compile_dwarf_expr_to_c (string_file *stream,
                                     const char *result_name,
                                     struct symbol *sym,
                                     CORE_ADDR pc,
@@ -90,7 +90,7 @@ extern void compile_dwarf_expr_to_c (struct ui_file *stream,
    PER_CU is the per-CU object used for looking up various other
    things.  */
 
-extern void compile_dwarf_bounds_to_c (struct ui_file *stream,
+extern void compile_dwarf_bounds_to_c (string_file *stream,
                                       const char *result_name,
                                       const struct dynamic_prop *prop,
                                       struct symbol *sym, CORE_ADDR pc,
@@ -103,4 +103,7 @@ extern void compile_dwarf_bounds_to_c (struct ui_file *stream,
 
 extern void compile_print_value (struct value *val, void *data_voidp);
 
-#endif /* GDB_COMPILE_H */
+/* Command element for the 'compile' command.  */
+extern cmd_list_element *compile_cmd_element;
+
+#endif /* COMPILE_COMPILE_H */
This page took 0.026298 seconds and 4 git commands to generate.