binutils-gdb/gdb/cli
Jan Kratochvil 4c63965b8a gdb/
Do not open script filenames twice.
	* cli/cli-cmds.c (source_script_from_stream): Pass to
	source_python_script also STREAM.
	* python/py-auto-load.c (source_section_scripts): Pass to
	source_python_script_for_objfile also STREAM.
	(auto_load_objfile_script): Pass to source_python_script_for_objfile
	also INPUT.
	* python/python-internal.h (source_python_script_for_objfile): New
	parameter file, rename parameter file to filename.
	* python/python.c (python_run_simple_file): Call PyRun_SimpleFile
	instead if !_WIN32.  Update the function comment.
	(source_python_script, source_python_script_for_objfile)
	(source_python_script): New parameter file, rename parameter file to
	filename.  Pass FILENAME to python_run_simple_file.
	* python/python.h (source_python_script): New parameter file, rename
	parameter file to filename.
2012-01-26 21:54:45 +00:00
..
cli-cmds.c gdb/ 2012-01-26 21:54:45 +00:00
cli-cmds.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-decode.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-decode.h 2012-01-05 Pedro Alves <alves.ped@gmail.com> 2012-01-05 11:39:31 +00:00
cli-dump.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-dump.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-interp.c * Makefile.in (SFILES): Remove wrapper.c. 2012-01-09 20:27:49 +00:00
cli-logging.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-script.c gdb/ 2012-01-24 20:56:33 +00:00
cli-script.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-setshow.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-setshow.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-utils.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-utils.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00