diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-08-05 14:24:10 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-08-05 14:24:10 +0000 |
commit | 6a1b16642bd239e1eb15f644e367526590316540 (patch) | |
tree | e5ec1d921aae2309befcfb2b0e8e72be5a0a5d83 /gdb/ChangeLog | |
parent | a959a88dc680c3f8658265d0ce3863222adf3652 (diff) | |
download | gdb-6a1b16642bd239e1eb15f644e367526590316540.zip gdb-6a1b16642bd239e1eb15f644e367526590316540.tar.gz gdb-6a1b16642bd239e1eb15f644e367526590316540.tar.bz2 |
* python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
initialization of the tp_new member to the corresponding
gdbpy_initialize_* function.
* python/py-cmd.c (gdbpy_initialize_commands): Likewise.
* python/py-frame.c (gdbpy_initialize_frames): Likewise.
* python/py-function.c (gdbpy_initialize_functions): Likewise.
* python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
* python/py-param.c (gdbpy_initialize_parameters): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 893a0b4..a911a3b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2011-08-05 Eli Zaretskii <eliz@gnu.org> + + * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the + initialization of the tp_new member to the corresponding + gdbpy_initialize_* function. + * python/py-cmd.c (gdbpy_initialize_commands): Likewise. + * python/py-frame.c (gdbpy_initialize_frames): Likewise. + * python/py-function.c (gdbpy_initialize_functions): Likewise. + * python/py-inferior.c (gdbpy_initialize_inferior): Likewise. + * python/py-param.c (gdbpy_initialize_parameters): Likewise. + 2011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com> * spu-tdep.c (info_spu_event_command, info_spu_signal_command) |