binutils-gdb/gdb/python
Tom Tromey 2e8265fd8b PR python/12070:
* 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'.
2012-02-17 19:24:27 +00:00
..
lib/gdb
py-auto-load.c
py-block.c
py-bpevent.c
py-breakpoint.c
py-cmd.c
py-continueevent.c
py-event.c PR python/12070: 2012-02-17 19:24:27 +00:00
py-event.h
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c
py-finishbreakpoint.c
py-frame.c PR python/12027: 2012-02-07 19:47:16 +00:00
py-function.c
py-inferior.c
py-infthread.c
py-lazy-string.c
py-newobjfileevent.c
py-objfile.c
py-param.c
py-prettyprint.c
py-progspace.c
py-signalevent.c
py-stopevent.c
py-stopevent.h
py-symbol.c * python/py-symbol.c (sympy_value): Use _(). 2012-02-15 17:51:04 +00:00
py-symtab.c
py-threadevent.c
py-type.c PR python/12070: 2012-02-17 19:24:27 +00:00
py-utils.c PR python/12070: 2012-02-17 19:24:27 +00:00
py-value.c
python-config.py
python-internal.h PR python/12070: 2012-02-17 19:24:27 +00:00
python.c
python.h