old-cross-binutils/gdb/testsuite/gdb.python
Tom Tromey f9ffd4bb11 gdb
PR python/11145:
	* python/py-value.c: Include expression.h.
	(valpy_do_cast): New function.
	(valpy_cast): Use it.
	(valpy_dynamic_cast): New function.
	(valpy_reinterpret_cast): Likewise.
	(value_object_methods): Add dynamic_cast, reinterpret_cast.
gdb/doc
	PR python/11145:
	* gdb.texinfo (Values From Inferior): Document dynamic_cast and
	reinterpret_cast methods.
gdb/testsuite
	PR python/11145:
	* gdb.python/py-value.c (Base, Derived): New types.
	(base): New global.
	* gdb.python/py-value.exp (test_subscript_regression): Add
	dynamic_cast test.
2010-08-23 20:29:19 +00:00
..
Makefile.in * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-block.c
py-block.exp 2010-06-08 Michael Snyder <msnyder@vmware.com> 2010-06-10 19:48:20 +00:00
py-breakpoint.c
py-breakpoint.exp * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag. 2010-06-18 16:51:10 +00:00
py-cmd.exp
py-frame.c
py-frame.exp 2010-06-08 Michael Snyder <msnyder@vmware.com> 2010-06-08 22:58:03 +00:00
py-function.exp
py-inferior.c * gdb.stabs/gdb11479.c (hack): New function. 2010-07-27 16:58:22 +00:00
py-inferior.exp 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-infthread.c 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-infthread.exp 2010-06-28 Phil Muldoon <pmuldoon@redhat.com> 2010-06-28 21:16:04 +00:00
py-mi.exp
py-param.exp
py-prettyprint.c 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com> 2010-07-14 14:13:55 +00:00
py-prettyprint.exp 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com> 2010-07-14 14:13:55 +00:00
py-prettyprint.py Add support for enabling/disabling individual pretty-printers. 2010-06-04 18:18:28 +00:00
py-progspace.c
py-progspace.exp
py-section-script.c
py-section-script.exp
py-section-script.py
py-shared-sl.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-shared.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-shared.exp * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
py-symbol.c
py-symbol.exp
py-symtab.exp
py-template.cc
py-template.exp 2010-06-08 Michael Snyder <msnyder@vmware.com> 2010-06-10 19:48:20 +00:00
py-type.c gdb 2010-07-28 20:50:17 +00:00
py-type.exp gdb 2010-08-23 20:26:10 +00:00
py-value.c gdb 2010-08-23 20:29:19 +00:00
py-value.exp gdb 2010-08-23 20:29:19 +00:00
python-1.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
python.c * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
python.exp * gdb.python/py-shared.exp: New file, factored out from 2010-08-19 17:00:58 +00:00
source1
source2.py