diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2009-12-08 14:06:04 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2009-12-08 14:06:04 +0000 |
commit | 361ae042505053cb924612be0c8c79380d29d941 (patch) | |
tree | c652761b90b8d96b675146b80aac4b7e80926cc3 /gdb/doc/ChangeLog | |
parent | 40b5c9fb4b794ff4337707edbd74af035bdbb0c2 (diff) | |
download | gdb-361ae042505053cb924612be0c8c79380d29d941.zip gdb-361ae042505053cb924612be0c8c79380d29d941.tar.gz gdb-361ae042505053cb924612be0c8c79380d29d941.tar.bz2 |
2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
PR python/10804
* python/py-type.c (typy_range): New Function.
2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-type.exp (test_range): New test.
2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
* gdb.texinfo (Types In Python): Describe range function.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8e5eed6..a60e973 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-12-08 Phil Muldoon <pmuldoon@redhat.com> + + * gdb.texinfo (Types In Python): Describe range function. + 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com> * gdb.texinfo (Types In Python): Describe "is_base_class". |