diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-13 20:50:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-13 20:50:47 +0000 |
commit | 4eb54052780b59ef70298fd044fd31e9d8f6c0cf (patch) | |
tree | adab01d537a2f8f9701542cfd90cd640cca824ba /gdb | |
parent | 56d4289c6c259fefb1bd1b30fffb207e48e3dcd5 (diff) | |
download | gdb-4eb54052780b59ef70298fd044fd31e9d8f6c0cf.zip gdb-4eb54052780b59ef70298fd044fd31e9d8f6c0cf.tar.gz gdb-4eb54052780b59ef70298fd044fd31e9d8f6c0cf.tar.bz2 |
* python/python-internal.h (gdbpy_get_hook_function): Don't
declare.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/python/python-internal.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dda6e97..9c2d83f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-08-13 Tom Tromey <tromey@redhat.com> + + * python/python-internal.h (gdbpy_get_hook_function): Don't + declare. + 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com> * cli-logging.c (logging_overwrite, logging_redirect): Make them diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 2b8d301..c5d1e73 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -112,7 +112,6 @@ PyObject *gdbpy_create_lazy_string_object (CORE_ADDR address, long length, PyObject *gdbpy_inferiors (PyObject *unused, PyObject *unused2); PyObject *gdbpy_selected_thread (PyObject *self, PyObject *args); PyObject *gdbpy_string_to_argv (PyObject *self, PyObject *args); -PyObject *gdbpy_get_hook_function (const char *); PyObject *gdbpy_parameter (PyObject *self, PyObject *args); PyObject *gdbpy_parameter_value (enum var_types type, void *var); char *gdbpy_parse_command_name (char *text, |