Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / python / python.h
index 33b0437bd709ca65ee113a66989a17a7ad56c6d2..12b7af33676b9d481ec6350300f4a1b350c5bc90 100644 (file)
@@ -1,6 +1,6 @@
 /* Python/gdb header for generic use in gdb
 
-   Copyright (C) 2008, 2009 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 struct value *values_in_python;
+/* This is all that python exports to gdb.  */
+extern const struct extension_language_defn extension_language_python;
 
-void eval_python_from_control_command (struct command_line *);
+/* Command element for the 'python' command.  */
+extern cmd_list_element *python_cmd_element;
 
-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_print_options *options,
-                             const struct language_defn *language);
-
-#endif /* GDB_PYTHON_H */
+#endif /* PYTHON_PYTHON_H */
This page took 0.024664 seconds and 4 git commands to generate.