summaryrefslogtreecommitdiffstats
path: root/gdb/python/py-event.c
Commit message (Collapse)AuthorAgeFilesLines
* PR python/12070:Tom Tromey2012-02-171-1/+8
| | | | | | | | | | | | | * python/py-event.c (event_object_getset): New global. (event_object_type): Reference it. * python/py-type.c (field_object_getset): New global. (field_object_type): Reference it. * python/python-internal.h (gdb_py_generic_dict): Declare. * python/py-utils.c (gdb_py_generic_dict): New function. testsuite/gdb * gdb.python/py-events.py (exit_handler): Add test for 'dir'. * gdb.python/py-events.exp: Check 'dir' output. * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
| | | | | | gdb/ChangeLog: Copyright year update in most files of the GDB Project.
* Add the file that prev commit forget.Hui Zhu2011-02-051-0/+175
OpenPOWER on IntegriCloud