Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / python / python.h
index 04d5c2808ee405132bf8fc4127f3f4a630a30a9a..12b7af33676b9d481ec6350300f4a1b350c5bc90 100644 (file)
@@ -1,6 +1,6 @@
 /* Python/gdb header for generic use in gdb
 
-   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    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_PYTHON_H
-#define GDB_PYTHON_H
+#ifndef PYTHON_PYTHON_H
+#define PYTHON_PYTHON_H
 
-#include "value.h"
+#include "extension.h"
 
-extern int gdbpy_global_auto_load;
+/* This is all that python exports to gdb.  */
+extern const struct extension_language_defn extension_language_python;
 
-extern void finish_python_initialization (void);
+/* Command element for the 'python' command.  */
+extern cmd_list_element *python_cmd_element;
 
-void eval_python_from_control_command (struct command_line *);
-
-void source_python_script (FILE *stream, const char *file);
-
-int apply_val_pretty_printer (struct type *type, const gdb_byte *valaddr,
-                             int embedded_offset, CORE_ADDR address,
-                             struct ui_file *stream, int recurse,
-                             const struct value *val,
-                             const struct value_print_options *options,
-                             const struct language_defn *language);
-
-void preserve_python_values (struct objfile *objfile, htab_t copied_types);
-
-void load_auto_scripts_for_objfile (struct objfile *objfile);
-
-#endif /* GDB_PYTHON_H */
+#endif /* PYTHON_PYTHON_H */
This page took 0.031097 seconds and 4 git commands to generate.