Add basic Python API for convenience variables
[deliverable/binutils-gdb.git] / gdb / python / python-internal.h
index 26400f4fbaab655e3462717286a7836311731626..495655e759253819abbbeb805d6f893686d02651 100644 (file)
@@ -477,6 +477,8 @@ extern enum ext_lang_rc gdbpy_get_matching_xmethod_workers
 
 \f
 PyObject *gdbpy_history (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 *);
 PyObject *gdbpy_frame_stop_reason_string (PyObject *, PyObject *);
 PyObject *gdbpy_lookup_symbol (PyObject *self, PyObject *args, PyObject *kw);
This page took 0.026245 seconds and 4 git commands to generate.