diff options
author | Yit Phang Khoo <khooyp@sourceware.org> | 2012-08-24 15:23:59 +0000 |
---|---|---|
committer | Yit Phang Khoo <khooyp@sourceware.org> | 2012-08-24 15:23:59 +0000 |
commit | 3b5e4d350d83138ceae1358f7ce5c6c0168130ba (patch) | |
tree | 7b8d073a57f8aca4e467ea017c08b65f664c57e7 /gdb/doc | |
parent | 3c9017d2509dc3cd2bb621414a5ac61f59efaca8 (diff) | |
download | gdb-3b5e4d350d83138ceae1358f7ce5c6c0168130ba.zip gdb-3b5e4d350d83138ceae1358f7ce5c6c0168130ba.tar.gz gdb-3b5e4d350d83138ceae1358f7ce5c6c0168130ba.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f2f02e3..10fd3b5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 |