OSDN Git Service

New python module gdb.types.
authordevans <devans>
Wed, 13 Oct 2010 20:08:39 +0000 (20:08 +0000)
committerdevans <devans>
Wed, 13 Oct 2010 20:08:39 +0000 (20:08 +0000)
commitf5ec4807ec73f5af00e8c08c875e58f901eac933
treedaa3e0127787c4ea465d3569e9a561ebabf704e1
parent88fbcc0a443d3d71b630878ffcc60ee950218fe4
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