diff options
Diffstat (limited to 'gdb/python/python.h')
-rw-r--r-- | gdb/python/python.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/python/python.h b/gdb/python/python.h index de58fd8..4b36f83 100644 --- a/gdb/python/python.h +++ b/gdb/python/python.h @@ -25,4 +25,7 @@ /* This is all that python exports to gdb. */ extern const struct extension_language_defn extension_language_python; +/* Command element for the 'python' command. */ +extern cmd_list_element *python_cmd_element; + #endif /* GDB_PYTHON_H */ |