Files
Yit Phang Khoo 8315665ec1 Add a new "python-interactive" command that starts a standard
Python interactive prompt with "pi" as alias, and add "py" as
	an alias to "python".
	* NEWS: Mention the new commands.
	* doc/gdb.texinfo (Python Commands): Document the new
	commands.
	* python/python.c (eval_python_command): New function.
	(python_interactive_command): For "python-interactive" with
	arguments, call eval_python_command.  For "python-interactive"
	without arguments, call PyRun_InteractiveLoop.
	(_initialize_python): Add "python-interactive" command with
	"pi" as alias, and add "py" as an alias to "python".
2012-08-22 19:15:15 +00:00
..
2012-04-17 15:56:21 +00:00
2012-08-15 14:22:02 +00:00
2012-08-15 14:22:02 +00:00
2012-08-15 14:22:02 +00:00
2012-02-07 19:47:16 +00:00
2012-08-15 14:22:02 +00:00
2012-08-15 14:22:02 +00:00
2012-08-15 14:22:02 +00:00
2012-05-24 16:39:15 +00:00
2012-08-15 14:22:02 +00:00
2012-08-16 07:36:28 +00:00
2012-02-17 19:24:27 +00:00
2012-04-17 15:51:48 +00:00