old-cross-binutils/gdb/python
Doug Evans 6dddd6a574 New python function gdb.lookup_objfile.
gdb/ChangeLog:

	* NEWS: Mention gdb.lookup_objfile.
	* python/python.c (GdbMethods): Add lookup_objfile.
	* python/python-internal.h (gdbpy_lookup_objfile): Declare.
	* python/py-objfile.c: #include "symtab.h".
	(objfpy_build_id_ok, objfpy_build_id_matches): New functions.
	(objfpy_lookup_objfile_by_name): New function.
	(objfpy_lookup_objfile_by_build_id): New function.
	(gdbpy_lookup_objfile): New function.

gdb/doc/ChangeLog:

	* python.texi (Objfiles In Python): Document gdb.lookup_objfile.

gdb/testsuite/ChangeLog:

	* lib/gdb-python.exp (get_python_valueof): New function.
	* gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2014-12-12 09:48:13 -08:00
..
lib/gdb
py-arch.c
py-auto-load.c
py-block.c
py-bpevent.c
py-breakpoint.c
py-cmd.c
py-continueevent.c
py-event.c
py-event.h New python events: inferior call, register/memory changed. 2014-12-02 11:15:29 -08:00
py-events.h New python events: inferior call, register/memory changed. 2014-12-02 11:15:29 -08:00
py-evtregistry.c
py-evts.c New python events: inferior call, register/memory changed. 2014-12-02 11:15:29 -08:00
py-exitedevent.c
py-finishbreakpoint.c
py-frame.c
py-framefilter.c
py-function.c
py-gdb-readline.c
py-inferior.c New python events: inferior call, register/memory changed. 2014-12-02 11:15:29 -08:00
py-infevents.c New python events: inferior call, register/memory changed. 2014-12-02 11:15:29 -08:00
py-infthread.c New python events: inferior call, register/memory changed. 2014-12-02 11:15:29 -08:00
py-lazy-string.c
py-linetable.c
py-newobjfileevent.c
py-objfile.c New python function gdb.lookup_objfile. 2014-12-12 09:48:13 -08:00
py-param.c
py-prettyprint.c
py-progspace.c
py-signalevent.c
py-stopevent.c
py-stopevent.h
py-symbol.c
py-symtab.c
py-threadevent.c
py-type.c
py-utils.c
py-value.c
py-varobj.c
py-xmethods.c
python-config.py
python-internal.h New python function gdb.lookup_objfile. 2014-12-12 09:48:13 -08:00
python.c New python function gdb.lookup_objfile. 2014-12-12 09:48:13 -08:00
python.h