binutils-gdb/gdb/python
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
..
lib/gdb gdb 2012-01-16 19:44:16 +00:00
py-auto-load.c gdb/ 2012-01-26 21:54:45 +00:00
py-block.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-bpevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-breakpoint.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-cmd.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-continueevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-event.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-event.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-events.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-evtregistry.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-evts.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-exitedevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-finishbreakpoint.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-frame.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-function.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-inferior.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-infthread.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-lazy-string.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-newobjfileevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-objfile.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-param.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-prettyprint.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-progspace.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-signalevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-stopevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-stopevent.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-symbol.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-symtab.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-threadevent.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-type.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-utils.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
py-value.c * python/py-value.c (valpy_binop): Initialize 'res_val'. 2012-01-04 16:15:14 +00:00
python-config.py allow building GDB with Python support on MinGW 2011-01-31 04:42:08 +00:00
python-internal.h gdb/ 2012-01-26 21:54:45 +00:00
python.c gdb/ 2012-01-26 21:54:45 +00:00
python.h gdb/ 2012-01-26 21:54:45 +00:00