diff options
author | Tom Tromey <tromey@redhat.com> | 2010-06-25 18:15:18 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-06-25 18:15:18 +0000 |
commit | bc9f0842f1f46aa754b20c5f2e12e2fa035041e3 (patch) | |
tree | 738e98334da63119066ee4dff2f1cf386a4e2df0 /gdb/ChangeLog | |
parent | 099ef718e3aaecb6668e206fd9110ab57ae5cc45 (diff) | |
download | gdb-bc9f0842f1f46aa754b20c5f2e12e2fa035041e3.zip gdb-bc9f0842f1f46aa754b20c5f2e12e2fa035041e3.tar.gz gdb-bc9f0842f1f46aa754b20c5f2e12e2fa035041e3.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c696b6d..56fd929 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2010-06-25 Tom Tromey <tromey@redhat.com> + + 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. + 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com> * s390-tdep.c (s390_push_dummy_call): Error on stack overflow |