gdb/
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 26 Mar 2009 20:58:11 +0000 (20:58 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 26 Mar 2009 20:58:11 +0000 (20:58 +0000)
commitdef2b0009c101b13fad1105c2c10424b35b3117b
treed363c19a39e4140b846faf3a176384f72b46f58f
parent442ddf5987d97d3d8fc9c3e64449417d4cec3190
gdb/
Add gdb.Value.is_optimized_out attribute.
* python/python-value.c (valpy_get_is_optimized_out): New
function.
(value_object_getset): New variable.
(value_object_type): Initialize tp_getset element.

gdb/doc/
* gdb.texinfo (Values From Inferior): Document is_optimized_out
attribute.

gdb/testsuite/
* gdb.python/python-value.exp (test_value_in_inferior): Test
gdb.Value.is_optimized_out attribute.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/python-value.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/python-value.exp
This page took 0.034151 seconds and 4 git commands to generate.