diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-31 16:25:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-03-31 16:25:41 +0000 |
commit | 1dae3efc56ac9f71907df4a22a6148eb2d51a80f (patch) | |
tree | 351a254d9bae1040d00220edf0d0764c4d203c04 /gdb/ChangeLog | |
parent | f4f7ab05292e8d7c8e93c72ca9e8ac80cec44acd (diff) | |
download | gdb-1dae3efc56ac9f71907df4a22a6148eb2d51a80f.zip gdb-1dae3efc56ac9f71907df4a22a6148eb2d51a80f.tar.gz gdb-1dae3efc56ac9f71907df4a22a6148eb2d51a80f.tar.bz2 |
* python/py-prettyprint.c (print_stack_unless_memory_error): Add
missing ">" to message.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d6eb28b..cae0cd6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-03-31 Tom Tromey <tromey@redhat.com> + * python/py-prettyprint.c (print_stack_unless_memory_error): Add + missing ">" to message. + +2011-03-31 Tom Tromey <tromey@redhat.com> + * varobj.c (instantiate_pretty_printer): Remove duplicate 'return'. |