binutils-gdb/gdb/python
Tom Tromey ca30a76297 * python/python-internal.h (PyGILState_Ensure): New define.
(PyGILState_Release): Likewise.
	(PyEval_InitThreads): Likewise.
	(PyThreadState_Swap): Likewise.
	(PyEval_InitThreads): Likewise.
	* python/python.c (_initialize_python): Initialize threads.
	Release GIL.
	(eval_python_from_control_command): Acquire GIL.
	(python_command): Likewise.
	* python/python-internal.h (make_cleanup_py_restore_gil):
	Declare.
	* python/python-utils.c (py_gil_restore): New function.
	(make_cleanup_py_restore_gil): Likewise.
2008-11-21 14:59:56 +00:00
..
python-internal.h * python/python-internal.h (PyGILState_Ensure): New define. 2008-11-21 14:59:56 +00:00
python-utils.c * python/python-internal.h (PyGILState_Ensure): New define. 2008-11-21 14:59:56 +00:00
python-value.c gdb 2008-10-28 17:19:58 +00:00
python.c * python/python-internal.h (PyGILState_Ensure): New define. 2008-11-21 14:59:56 +00:00
python.h 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com> 2008-10-16 03:54:00 +00:00