]> Git Repo - binutils.git/blobdiff - gdb/python/python-internal.h
gdb: remove SYMTAB_COMPUNIT macro, add getter/setter
[binutils.git] / gdb / python / python-internal.h
index ccea5c4a9cd94d97d67a92291b3fbf9dfb78742f..5e15f62f74578b6509f2716349f8fc657349695e 100644 (file)
@@ -412,6 +412,7 @@ extern enum ext_lang_rc gdbpy_get_matching_xmethod_workers
 \f
 PyObject *gdbpy_history (PyObject *self, PyObject *args);
 PyObject *gdbpy_add_history (PyObject *self, PyObject *args);
+extern PyObject *gdbpy_history_count (PyObject *self, PyObject *args);
 PyObject *gdbpy_convenience_variable (PyObject *self, PyObject *args);
 PyObject *gdbpy_set_convenience_variable (PyObject *self, PyObject *args);
 PyObject *gdbpy_breakpoints (PyObject *, PyObject *);
This page took 0.034973 seconds and 4 git commands to generate.