New python module gdb.types.
authorDoug Evans <dje@google.com>
Wed, 13 Oct 2010 20:08:46 +0000 (20:08 +0000)
committerDoug Evans <dje@google.com>
Wed, 13 Oct 2010 20:08:46 +0000 (20:08 +0000)
commit0e3509dbced8d51a4293ab311eac20a2aee8cfdf
treeaeb24174c6105a11cf8d6e78fd6d2682065190c6
parent577ce03a7c7132afb57ce6ebd2ce2c155110ccd4
New python module gdb.types.
* NEWS: Document it.
* data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
* python/lib/gdb/types.py: New file.

testsuite/
* lib/gdb-python.exp (gdb_check_python_config): New function.
* gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
* gdb.python/lib-types.cc: New file.
* gdb.python/lib-types.exp: New file.

doc/
* gdb.texinfo (Python): Add "Python modules".
(Types in Python): Add reference to gdb.types section.
(Python modules): New node.
gdb/ChangeLog
gdb/NEWS
gdb/data-directory/Makefile.in
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/lib/gdb/types.py [new file with mode: 0644]
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/Makefile.in
gdb/testsuite/gdb.python/lib-types.cc [new file with mode: 0644]
gdb/testsuite/gdb.python/lib-types.exp [new file with mode: 0644]
gdb/testsuite/lib/gdb-python.exp