aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 498b6a7..f90311a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
+ * disasm.h (DISASSEMBLY_FILENAME): New macro.
+ * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
+ to print_source_lines ().
+ * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
+ flag.
+ * source.c (print_source_lines_base): Prefix source line with
+ filename if PRINT_SOURCE_LINES_FILENAME flag is set.
+
+2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
+
* symtab.h (print_source_lines_flags): New enum.
* source.c (print_source_lines_base): Change noerror to flags.
(print_source_lines): Change noerror to flags.