aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 882546a..ac29a32 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2019-02-17 Tom Tromey <tom@tromey.com>
+ * macrotab.h (macro_source_fullname): Return a std::string.
+ * macrotab.c (macro_include, check_for_redefinition)
+ (macro_undef, macro_lookup_definition, foreach_macro)
+ (foreach_macro_in_scope): Update.
+ (macro_source_fullname): Return a std::string.
+ * macrocmd.c (show_pp_source_pos): Update.
+
+2019-02-17 Tom Tromey <tom@tromey.com>
+
* macrocmd.c (show_pp_source_pos): Style the file names.
2019-02-17 Tom Tromey <tom@tromey.com>