gdb
authorTom Tromey <tromey@redhat.com>
Fri, 25 Jun 2010 18:15:18 +0000 (18:15 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 25 Jun 2010 18:15:18 +0000 (18:15 +0000)
commitbc9f0842f1f46aa754b20c5f2e12e2fa035041e3
tree738e98334da63119066ee4dff2f1cf386a4e2df0
parent099ef718e3aaecb6668e206fd9110ab57ae5cc45
gdb
PR python/10808:
* python/python.c (execute_gdb_command): Add keywords.  Accept
"to_string" argument.
(struct restore_ui_file_closure): New.
(restore_ui_file): New function.
(make_cleanup_restore_ui_file): Likewise.
(GdbMethods) <execute>: Update.
gdb/doc
PR python/10808:
* gdb.texinfo (Basic Python): Document new gdb.execute argument.
gdb/testsuite
PR python/10808:
* gdb.python/python.exp: Add new tests.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/python.exp
This page took 0.027861 seconds and 4 git commands to generate.