aboutsummaryrefslogtreecommitdiff
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 398cefb..ec8ce43 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
+ * d-lang.h (d_parse_symbol): Add declaration.
+ * d-lang.c (extract_identifiers)
+ (extract_type_info): Remove functions.
+ (parse_call_convention, parse_attributes)
+ (parse_function_types, parse_function_args)
+ (parse_type, parse_identifier, call_convention_p)
+ (d_parse_symbol): New functions.
+ (d_demangle): Use d_parse_symbol to demangle D symbols.
+
+2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
+
* d-lang.h (struct builtin_d_type): New data type.
(builtin_d_type): Add declaration.
* d-lang.c (d_language_arch_info, build_d_types)