C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
[deliverable/binutils-gdb.git] / gdb / python / python.h
index 102fef60f5f8ee02f53ae9d3d24983a22323009f..de58fd81df83f196258950cf512733df015fe121 100644 (file)
@@ -1,6 +1,6 @@
 /* Python/gdb header for generic use in gdb
 
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #ifndef GDB_PYTHON_H
 #define GDB_PYTHON_H
 
-#include "value.h"
+#include "extension.h"
 
-extern struct value *values_in_python;
-
-void eval_python_from_control_command (struct command_line *);
+/* This is all that python exports to gdb.  */
+extern const struct extension_language_defn extension_language_python;
 
 #endif /* GDB_PYTHON_H */
This page took 0.026057 seconds and 4 git commands to generate.