diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2009-12-03 21:19:49 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2009-12-03 21:19:49 +0000 |
commit | bfd31e71181e450159f7540aaad11184544cabe0 (patch) | |
tree | 031e40b0a29918e607b1ce9921f8c02364f93379 /gdb/testsuite/gdb.python/Makefile.in | |
parent | 57a1d736959fb92e39abab59511a903b7ec59547 (diff) | |
download | gdb-bfd31e71181e450159f7540aaad11184544cabe0.zip gdb-bfd31e71181e450159f7540aaad11184544cabe0.tar.gz gdb-bfd31e71181e450159f7540aaad11184544cabe0.tar.bz2 |
2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
* python/py-type.c (convert_field): New attribute "is_base_class".
doc/
2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
* gdb.texinfo (Types In Python): Describe "is_base_class".
testsuite/
2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
PR python/10805
* gdb.python/py-type.exp: New file.
* gdb.python/py-type.c: New file.
* Makefile.in: Add py-type.
Diffstat (limited to 'gdb/testsuite/gdb.python/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.python/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/Makefile.in b/gdb/testsuite/gdb.python/Makefile.in index ca5cdc7..3e81bd3 100644 --- a/gdb/testsuite/gdb.python/Makefile.in +++ b/gdb/testsuite/gdb.python/Makefile.in @@ -1,7 +1,7 @@ VPATH = @srcdir@ srcdir = @srcdir@ -EXECUTABLES = py-value py-prettyprint py-template +EXECUTABLES = py-type py-value py-prettyprint py-template all info install-info dvi install uninstall installcheck check: @echo "Nothing to be done for $@..." |