summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 35e7eee3735..63909dd81d3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2016-03-15 Keith Seitz <keiths@redhat.com>
+
+ PR breakpoints/18303
+ * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
+ look for "::" instead of simply ":".
+ (cp_search_static_and_baseclasses): Return null_block_symbol for
+ malformed input.
+ Remove assertions.
+ * cp-support.c (cp_find_first_component_aux): Do not return
+ a prefix length for ':' unless the next character is also ':'.
+
2016-03-15 Doug Evans <dje@google.com>
* features/aarch64-core.xml (cpsr_flags): New flags type.