aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-02-08 00:42:07 +0000
committerDoug Evans <dje@google.com>2008-02-08 00:42:07 +0000
commit776592bf173a191aa5d142808ca9164fd243c0ce (patch)
treede93b4f22843af0ac994cdb88997e54683932eca /gdb/ChangeLog
parentb29242315eb0d6694d66d75895116361e20c8003 (diff)
downloadgdb-776592bf173a191aa5d142808ca9164fd243c0ce.zip
gdb-776592bf173a191aa5d142808ca9164fd243c0ce.tar.gz
gdb-776592bf173a191aa5d142808ca9164fd243c0ce.tar.bz2
* breakpoint.c: #include "hashtab.h".
(ambiguous_names_p): New fn. (update_breakpoint_locations): When restoring bp enable status, don't compare function names if any functions have same name. * Makefile.in (breakpoint.o): Add hashtab.h dependency. * gdb.cp/mb-inline.exp: New. * gdb.cp/mb-inline.h: New. * gdb.cp/mb-inline1.cc: New. * gdb.cp/mb-inline2.cc: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 94b53da..ccf13dc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-07 Doug Evans <dje@google.com>
+
+ * breakpoint.c: #include "hashtab.h".
+ (ambiguous_names_p): New fn.
+ (update_breakpoint_locations): When restoring bp enable status, don't
+ compare function names if any functions have same name.
+ * Makefile.in (breakpoint.o): Add hashtab.h dependency.
+
2008-02-07 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (symbol_completion_add): Make SV parameter a VEC**