diff options
author | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
commit | 701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch) | |
tree | 65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2008 | |
parent | 3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff) | |
download | gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.zip gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.bz2 |
[gdb] Move ChangeLog entries to their right files
I spotted a few misplaced entries in the ChangeLog-2019 entries, and
went on to fix them.
Looking around I saw a good number of other entries in other years.
Then OCD got the best of me and I fixed them all.
Also fixes cases of wrong paths in entries, like "* gdb/foo.c" instead
of "* foo.c".
Diffstat (limited to 'gdb/ChangeLog-2008')
-rw-r--r-- | gdb/ChangeLog-2008 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/ChangeLog-2008 b/gdb/ChangeLog-2008 index a9f0b10..a114e1c 100644 --- a/gdb/ChangeLog-2008 +++ b/gdb/ChangeLog-2008 @@ -5663,7 +5663,7 @@ 2008-07-13 Vladimir Prus <vladimir@codesourcery.com> Allow all CLI command even if target is executing. - * gdb/top.c (execute_command_1): Don't check if the inferiour + * top.c (execute_command_1): Don't check if the inferiour is running. 2008-07-13 Vladimir Prus <vladimir@codesourcery.com> @@ -6881,7 +6881,7 @@ 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com> PR gdb/1147 - * gdb/valopts.c (find_overload_match): Handle references + * valopts.c (find_overload_match): Handle references to pointers. 2008-06-06 Paul N. Hilfinger <hilfinger@adacore.com> @@ -9874,7 +9874,6 @@ 2008-03-14 Vladimir Prus <vladimir@codesourcery.com> Implement MI notification for new threads. - * doc/observer.texi (new_thread): Document. * observer.sh: Forward declare struct thread_info. * thread.c (add_thread): Notify observer. @@ -10739,9 +10738,9 @@ 2008-01-30 Vladimir Prus <vladimir@codesourcery.com> Use vector for varobj_list_children interface. - * gdb/varobj.c (varobj_list_children): Return vector + * varobj.c (varobj_list_children): Return vector of varobjs. - * gdb/varobj.h (varobj_list_children): Adjust + * varobj.h (varobj_list_children): Adjust prototype. (varobj_p): Declare. Declare vector thereof. * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust |