old-cross-binutils/gdb/python
Siva Chandra Reddy a20ee7a4a9 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
Add two new methods global_block and static_block to gdb.Symtab
	objects.
	* NEWS (Python scripting): Add entry about the new methods.
	* python/py-symtab.c (stpy_global_block): New function which
	implements the gdb.Symtab.global_block() method.
	(stpy_static_block): New function which implements the
	gdb.Symtab.static_block() method.
	(symtab_object_methods): Add entries for the two new methods.

	* testsuite/gdb.python/py-symbol.exp: Add tests to test the new
	methods gdb.Symtab.global_block() and gdb.Symtab.static_block().
	* tessuite/gdb.python/py-symbol.c: Add new struct to help test
	gdb.Symtab.static_block().

	* doc/gdb.texinfo (Symbol Tables In Python): Add documentation
	about the new methods global_block and static_block on
	gdb.Symtab objects.
2012-05-03 07:07:26 +00:00
..
lib/gdb gdb/ 2012-04-18 06:46:47 +00:00
py-auto-load.c gdb/ 2012-04-17 15:56:21 +00:00
py-block.c
py-bpevent.c
py-breakpoint.c 2012-03-13 Hui Zhu <teawater@gmail.com> 2012-03-13 13:30:42 +00:00
py-cmd.c
py-continueevent.c
py-event.c
py-event.h
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c
py-finishbreakpoint.c 2012-03-13 Hui Zhu <teawater@gmail.com> 2012-03-13 13:30:42 +00:00
py-frame.c
py-function.c
py-inferior.c * python/py-inferior.c (infpy_read_memory): Remove cleanups and 2012-03-28 17:38:08 +00:00
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
py-symtab.c 2012-05-03 Siva Chandra Reddy <sivachandra@google.com> 2012-05-03 07:07:26 +00:00
py-threadevent.c
py-type.c gdb/ 2012-04-20 07:17:58 +00:00
py-utils.c
py-value.c * python/python.c (gdbpy_decode_line): Move cleanup creation out 2012-03-30 20:05:55 +00:00
python-config.py
python-internal.h
python.c * python/python.c (gdbpy_decode_line): Move cleanup creation out 2012-03-30 20:05:55 +00:00
python.h gdb/ 2012-04-17 15:51:48 +00:00