aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-2009
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
committerPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
commit701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch)
tree65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2009
parent3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff)
downloadgdb-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-2009')
-rw-r--r--gdb/ChangeLog-200914
1 files changed, 5 insertions, 9 deletions
diff --git a/gdb/ChangeLog-2009 b/gdb/ChangeLog-2009
index 4771158..74eca8c 100644
--- a/gdb/ChangeLog-2009
+++ b/gdb/ChangeLog-2009
@@ -786,7 +786,7 @@
2009-11-17 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix wrong debug output with `set debug infrun 1'.
- * gdb/infrun.c (handle_inferior_event <debug_infrun>): New variable
+ * infrun.c (handle_inferior_event <debug_infrun>): New variable
old_chain. Temporarily switch INFERIOR_PTID.
* target.h (target_stopped_by_watchpoint): Extend the comment.
(target_stopped_data_address): New comment.
@@ -2672,10 +2672,6 @@
PR python/10666:
* python/py-function.c (fnpy_init): Use xstrdup.
-2009-09-21 Jie Zhang <jie.zhang@analog.com>
-
- * doc/gdb.texinfo: Escape "{" and "}".
-
2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
PR python/10633
@@ -3207,7 +3203,7 @@
2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
- * gdb/Makefile.in (check//%): Parse 'config.status --version'
+ * Makefile.in (check//%): Parse 'config.status --version'
output to recreate the configuration from the testsuite directory,
rather than running 'config.status --recheck' from a different
build directory. Let configure do the recursion rather than
@@ -10853,8 +10849,8 @@
Fix completer problem for filename completion on the first try.
- * gdb/completer.h (gdb_completion_word_break_characters): New function.
- * gdb/completer.c: Include gdb_assert.h.
+ * completer.h (gdb_completion_word_break_characters): New function.
+ * completer.c: Include gdb_assert.h.
(complete_line_internal_reason): New enum.
(complete_line_internal): Change last argument type to
complete_line_internal_reason.
@@ -12995,7 +12991,7 @@
2009-01-20 Kazu Hirata <kazu@codesourcery.com>
- * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
+ * procfs.c (info_mappings_callback): Cast map->pr_size to
unsigned long.
2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>