old-cross-binutils/gdb/python
Siva Chandra Reddy bea883fd92 Add a new class gdb.Architecture which exposes GDB's
internal representation of architecture via GDB Python API.

	* Makefile.in: Add entries corresponding to the new file
	python/py-arch.c.
	* NEWS (Python Scripting): Add entries for the new class
	gdb.Architecture and the new method gdb.Frame.architecture.
	* python/py-arch.c: Implement gdb.Architecture class.
	* python/py-frame.c (frapy_arch): Implement the method
	gdb.Frame.architecture().
	(frame_object_methods): Add 'architecture' to the method table.
	* python/python-internal.h: Add declarations of new utility
	functions.
	* python/python.c (_initialize_python): Initialize
	gdb.Architecture class.

	* doc/gdb.texinfo (Architectures In Python): New sub-sub-section
	describing the gdb.Architecture class.
	(Frames In Python): Add description about the new method
	gdb.Frame.architecture().

	* testsuite/gdb.python/frame.exp: Add a test for
	gdb.Frame.architecture() method.
2013-01-23 19:59:13 +00:00
..
lib/gdb * python/lib/gdb/commands/explore.py 2013-01-21 21:44:57 +00:00
py-arch.c Add a new class gdb.Architecture which exposes GDB's 2013-01-23 19:59:13 +00:00
py-auto-load.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-block.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-bpevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-breakpoint.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-cmd.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-continueevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-event.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-event.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-events.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-evtregistry.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-evts.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-exitedevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-finishbreakpoint.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-frame.c Add a new class gdb.Architecture which exposes GDB's 2013-01-23 19:59:13 +00:00
py-function.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-gdb-readline.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-inferior.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-infthread.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-lazy-string.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-newobjfileevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-objfile.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-param.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-prettyprint.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-progspace.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-signalevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-stopevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-stopevent.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-symbol.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-symtab.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-threadevent.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-type.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-utils.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
py-value.c Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00
python-config.py Add support for Python 3. 2012-12-12 16:47:30 +00:00
python-internal.h Add a new class gdb.Architecture which exposes GDB's 2013-01-23 19:59:13 +00:00
python.c Add a new class gdb.Architecture which exposes GDB's 2013-01-23 19:59:13 +00:00
python.h Update years in copyright notice for the GDB files. 2013-01-01 06:33:28 +00:00