summaryrefslogtreecommitdiff
path: root/gdb/data-directory
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-10-13 20:08:39 +0000
committerDoug Evans <dje@google.com>2010-10-13 20:08:39 +0000
commitcee21f54f10cbc59edd243eead62003426680657 (patch)
tree432d12e3f7b9e5a2895d3905a644f9204fdb32e2 /gdb/data-directory
parent1f66ce293dcf912e856512ab042685442cb1a604 (diff)
downloadgdb-cee21f54f10cbc59edd243eead62003426680657.tar.gz
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.
Diffstat (limited to 'gdb/data-directory')
-rw-r--r--gdb/data-directory/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in
index 311915a4b53..e60bc59d497 100644
--- a/gdb/data-directory/Makefile.in
+++ b/gdb/data-directory/Makefile.in
@@ -51,7 +51,8 @@ SYSCALLS_FILES = \
PYTHON_DIR = python
PYTHON_INSTALL_DIR = $(DESTDIR)/$(GDB_DATADIR)/$(PYTHON_DIR)
PYTHON_FILES = \
- gdb/__init__.py
+ gdb/__init__.py \
+ gdb/types.py
.PHONY: all
all: stamp-syscalls stamp-python