old-cross-binutils/gdb/python
Doug Evans 4ffbba72f3 New python event "clear_objfiles".
If one is watching new_objfile events in python, it helps to know
when the list of objfiles is cleared.  This patch adds a new
clear_objfiles event to support this.

This patch is all just cut-n-paste-n-tweak derived from
the new_objfiles event.

gdb/ChangeLog:

	* NEWS: Mention new event gdb.clear_objfiles.
	* python/py-event.h (emit_clear_objfiles_event): Clear
	* python/py-events.h (events_object): New member clear_objfiles.
	* python/py-evts.c (gdbpy_initialize_py_events): Add clear_objfiles
	event.
	* python/py-inferior.c (python_new_objfile): If objfile is NULL,
	emit clear_objfiles event.
	* python/py-newobjfileevent.c (create_clear_objfiles_event_object): New
	function.
	(emit_clear_objfiles_event): New function.
	(clear_objfiles): New event.
	* python/python-internal.h (gdbpy_initialize_clear_objfiles_event):
	Declare.
	* python/python.c (_initialize_python): Call
	gdbpy_initialize_clear_objfiles_event.

gdb/doc/ChangeLog:

	* python.texi (Events In Python): Document clear_objfiles event.

gdb/testsuite/ChangeLog:

	* gdb.python/py-events.exp: Update expected output for clear_objfiles
	event.
	* gdb.python/py-events.py: Add clear_objfiles event.
2014-10-17 11:12:17 -07:00
..
lib/gdb PR python/17364 2014-10-15 11:43:49 -07:00
py-arch.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-auto-load.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-block.c constify struct block in some places 2014-06-18 08:16:52 -06:00
py-bpevent.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-breakpoint.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-cmd.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-continueevent.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-event.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-event.h New python event "clear_objfiles". 2014-10-17 11:12:17 -07:00
py-events.h New python event "clear_objfiles". 2014-10-17 11:12:17 -07:00
py-evtregistry.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-evts.c New python event "clear_objfiles". 2014-10-17 11:12:17 -07:00
py-exitedevent.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-finishbreakpoint.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-frame.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-framefilter.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-function.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-gdb-readline.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-inferior.c New python event "clear_objfiles". 2014-10-17 11:12:17 -07:00
py-infthread.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-lazy-string.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-linetable.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-newobjfileevent.c New python event "clear_objfiles". 2014-10-17 11:12:17 -07:00
py-objfile.c Add gdb.Objfile.progspace attribute. 2014-10-17 10:57:26 -07:00
py-param.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-prettyprint.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-progspace.c Remove some code duplication in py-objfile.c, py-progspace.c. 2014-10-13 12:24:54 -07:00
py-signalevent.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-stopevent.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-stopevent.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-symbol.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-symtab.c New "producer" attribute of python gdb.Symtab. 2014-09-18 10:09:12 -07:00
py-threadevent.c Add new infrun.h header. 2014-05-22 12:29:11 +01:00
py-type.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-utils.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
py-value.c Remove spurious exceptions.h inclusions 2014-10-08 09:33:22 +01:00
py-varobj.c Iterate over 'struct varobj_item' instead of PyObject 2014-06-12 15:27:19 +08:00
py-xmethods.c Xmethod support in Python. 2014-06-03 10:03:07 -07:00
python-config.py Add support for Python 3. 2012-12-12 16:47:30 +00:00
python-internal.h New python event "clear_objfiles". 2014-10-17 11:12:17 -07:00
python.c New python event "clear_objfiles". 2014-10-17 11:12:17 -07:00
python.h Extension Language API 2014-02-05 19:27:58 -08:00