OSDN Git Service

gdb/
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 5 Feb 2009 21:16:07 +0000 (21:16 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 5 Feb 2009 21:16:07 +0000 (21:16 +0000)
commite07b6da344df10253e7bc1652983a94590ccf37a
tree1ecf839dde0006b4d717226d790eb26c65bf611e
parent1c16b172f6c9585e581aeeba83962031fed9238e
gdb/
2009-02-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
    Tom Tromey  <tromey@redhat.com>

* python/python-utils.c (target_string_to_unicode): New function.
* python/python-internal.h (target_string_to_unicode): New prototype.
* python/python-value.c (valpy_string): New function.
(value_object_methods): Add `string' entry.

gdb/doc/
2009-02-05  Tom Tromey  <tromey@redhat.com>

* gdb.texinfo (Values From Inferior): Document Value.string.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/python-internal.h
gdb/python/python-utils.c
gdb/python/python-value.c