aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2009-04-27 11:57:46 +0000
committerJerome Guitton <guitton@adacore.com>2009-04-27 11:57:46 +0000
commitaad80b26837bc6067e7121859e6a5776388764bb (patch)
tree1ad5f3b5f3a0056f90ec10afedb11fa2483fb045 /gdb/ChangeLog
parentdf1756f414a26ac33aa2d0dbe6d757e214e45419 (diff)
downloadgdb-aad80b26837bc6067e7121859e6a5776388764bb.zip
gdb-aad80b26837bc6067e7121859e6a5776388764bb.tar.gz
gdb-aad80b26837bc6067e7121859e6a5776388764bb.tar.bz2
* symtab.c (append_exact_match_to_sals): New function, extracted
from expand_line_sal. (expand_line_sal): Use append_exact_match_to_sals to append exact matches. If none found, append all best items.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8025d70..1d932f8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2009-04-27 Jerome Guitton <guitton@adacore.com>
+ * symtab.c (append_exact_match_to_sals): New function, extracted
+ from expand_line_sal.
+ (expand_line_sal): Use append_exact_match_to_sals to append exact
+ matches. If none found, append all best items.
+
+2009-04-27 Jerome Guitton <guitton@adacore.com>
+
* main.c (captured_main): Move gdbinit lookups after gdb_init.
2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>