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 0b38daf3e3d..31550d23b14 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * annotate.c (annotate_source_line): Update return type, add call
+ to update current symtab and line.
+ * annotate.h (annotate_source_line): Update return type, and
+ extend header comment.
+ * source.c (info_line_command): Check annotation_level before
+ calling annotate_source_line.
+ * stack.c (print_frame_info): If calling annotate_source_line
+ returns true, then don't print any other source line information.
+
2020-05-21 Simon Marchi <simon.marchi@efficios.com>
* lm32-tdep.c (lm32_register_reggroup_p): Fix condition.