]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add a new "python-interactive" command that starts a standard
authorYit Phang Khoo <khooyp@sourceware.org>
Wed, 22 Aug 2012 19:15:15 +0000 (19:15 +0000)
committerYit Phang Khoo <khooyp@sourceware.org>
Wed, 22 Aug 2012 19:15:15 +0000 (19:15 +0000)
commit8315665ec17eb95a2e12599d6dfb18aa45a12eb6
tree549c15527aa765f01dfdb3d5a3ea637c02803993
parent1e2bee4f5f1bdeb8c5cadbecf9d0b92e60a8bd13
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".
gdb/ChangeLog
gdb/NEWS
gdb/doc/gdb.texinfo
gdb/python/python.c