OSDN Git Service

* python/python.c (gdbpy_value_cst): New global.
authortromey <tromey>
Tue, 1 Mar 2011 04:38:33 +0000 (04:38 +0000)
committertromey <tromey>
Tue, 1 Mar 2011 04:38:33 +0000 (04:38 +0000)
commit26ad948df3f1bbaf70bb323c64e8782dfe4f5667
tree358f61be86c67f1b2921749707327e7a1b02fd28
parent12a4f1e214c77461ba851808bed41d49a69c0623
* python/python.c (gdbpy_value_cst): New global.
(_initialize_python): Initialize it.
* python/python-internal.h (gdbpy_value_cst): Declare.
* python/py-value.c (convert_value_from_python): Use
gdbpy_value_cst.
gdb/ChangeLog
gdb/python/py-value.c
gdb/python/python-internal.h
gdb/python/python.c