diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-23 20:21:28 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-23 20:21:28 +0000 |
commit | 702c27113693b383728d0b423f58389544a80614 (patch) | |
tree | 4eb3528024efcf2a3e34cd0f8b567bc9fde6e456 /gdb/doc/ChangeLog | |
parent | 832bafd3314b6f1fb7f7c0e7abe596b11e6364ba (diff) | |
download | gdb-702c27113693b383728d0b423f58389544a80614.zip gdb-702c27113693b383728d0b423f58389544a80614.tar.gz gdb-702c27113693b383728d0b423f58389544a80614.tar.bz2 |
gdb
PR python/11915:
* python/py-type.c (typy_array): New function.
(type_object_methods): Add "array".
gdb/doc
PR python/11915:
* gdb.texinfo (Types In Python): Document array method.
gdb/testsuite
PR python/11915:
* gdb.python/py-type.exp (test_fields): Add tests for array.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f5ae128..82e73e5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-08-23 Tom Tromey <tromey@redhat.com> + + PR python/11915: + * gdb.texinfo (Types In Python): Document array method. + 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com> * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register. |