Move misplaced entries from gdb/ChangeLog to gdb/doc/ChangeLog.
2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu> Document how to return from "python-interactive" to GDB. * gdb.texinfo (Python Commands): Update documentation. 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu> 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". * gdb.texinfo (Python Commands): Document the new commands.
This commit is contained in:
parent
3c9017d250
commit
3b5e4d350d
|
@ -14,7 +14,6 @@
|
|||
2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
|
||||
|
||||
Document how to return from "python-interactive" to GDB.
|
||||
* doc/gdb.texinfo (Python Commands): Update documentation.
|
||||
* python/python.c (_initialize_python): Update documentation.
|
||||
|
||||
2012-08-23 Pedro Alves <palves@redhat.com>
|
||||
|
@ -68,8 +67,6 @@
|
|||
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"
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
|
||||
|
||||
Document how to return from "python-interactive" to GDB.
|
||||
* gdb.texinfo (Python Commands): Update documentation.
|
||||
|
||||
2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
|
||||
|
||||
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".
|
||||
* gdb.texinfo (Python Commands): Document the new commands.
|
||||
|
||||
2012-08-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdbint.texinfo (Host Definition): Remove documentation for
|
||||
|
|
Loading…
Reference in New Issue