8sa1-binutils-gdb/gdb/python
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
..
lib/gdb Add $_memeq, $_regex, $_streq, $_strlen convenience functions. 2012-08-10 20:26:00 +00:00
py-auto-load.c
py-block.c
py-bpevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-breakpoint.c
py-cmd.c
py-continueevent.c
py-event.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-event.h
py-events.h
py-evtregistry.c
py-evts.c
py-exitedevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-finishbreakpoint.c
py-frame.c
py-function.c
py-inferior.c * auto-load.c (_initialize_auto_load): Update. 2012-08-22 15:17:21 +00:00
py-infthread.c
py-lazy-string.c
py-newobjfileevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-objfile.c
py-param.c
py-prettyprint.c
py-progspace.c * auto-load.c (_initialize_auto_load): Update. 2012-08-22 15:17:21 +00:00
py-signalevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-stopevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-stopevent.h
py-symbol.c
py-symtab.c
py-threadevent.c PR python/14387: 2012-08-15 14:22:02 +00:00
py-type.c gdb/ 2012-08-16 07:36:28 +00:00
py-utils.c
py-value.c
python-config.py
python-internal.h
python.c Add a new "python-interactive" command that starts a standard 2012-08-22 19:15:15 +00:00
python.h