]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
gdb: Don't allow annotations to influence what else GDB prints
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index f0489df3a5c789c61d155e4f99dc8349bc9b63c8..d3b9b8d9aee3a7053159494ae65eea7899c33c17 100644 (file)
@@ -1,3 +1,12 @@
+2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * annotate.c (annotate_source_line): Change return type to void,
+       update implementation to match.
+       * annotate.h (annotate_source_line): Change return type to void,
+       update header comment.
+       * stack.c (print_frame_info): Don't change what frame information
+       is printed based on whether annotations are on or not.
+
 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * annotate.c: Add 'source.h' and 'objfiles.h' includes.