diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 02d0fc6..c7045cd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,12 @@ -2009-02-26 Pedro Alves <pedro@codesourcery.com> +2009-02-26 Phil Muldoon <pmuldoon@redhat.com> + + * python/python-utils.c (python_string_to_unicode): Always return + a new reference. + (python_string_to_target_string): Decrement transient python + instance. + (python_string_to_host_string): Likewise. + +2007-02-26 Pedro Alves <pedro@codesourcery.com> * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to call to super_fetch_registers. |