diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2011-12-16 16:15:46 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2011-12-16 16:15:46 +0000 |
commit | 1c3ad6ab985a5f657dcb3d6e8da2466cd66b7df3 (patch) | |
tree | 950144b57edee5b96788d529a95556435597e215 /gdb | |
parent | 80b6e7564ff0168d392e69a46ded01ce1bf3dd73 (diff) | |
download | gdb-1c3ad6ab985a5f657dcb3d6e8da2466cd66b7df3.zip gdb-1c3ad6ab985a5f657dcb3d6e8da2466cd66b7df3.tar.gz gdb-1c3ad6ab985a5f657dcb3d6e8da2466cd66b7df3.tar.bz2 |
2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
* ChangeLog: Fix path typo.
* doc/ChangeLog: Ditto.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ca4730e..e8ff5c8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,6 @@ 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> - * doc/gdb.texinfo (Python Commands): Remove "maint set/show print + * gdb.texinfo (Python Commands): Remove "maint set/show print stack". Add documentation for "set/show python print-stack". 2011-12-14 Pedro Alves <pedro@codesourcery.com> diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4c98de1..4bb605e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,6 +1,6 @@ 2011-12-16 Phil Muldoon <pmuldoon@redhat.com> - * testsuite/gdb.python/py-function.exp: Change "on" to "full" for + * gdb.python/py-function.exp: Change "on" to "full" for python print-stack. Add set/show python print-stack off|full|message tests. |