gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 11c8e12fb0b030821db0fd641cf9e58ca6ac5b5c..9333ab15b0b02ddc281cdc35c83117718726a154 100644 (file)
@@ -1,5 +1,26 @@
+2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix initial language detection with -readnow.
+       * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
+       * symfile.h (struct quick_symbol_functions): State find_symbol_file
+       searches only for global symbols.
+
+2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix printed anonymous struct name.
+       * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
+       DW_TAG_interface_type.  Strip for anonymous structs any prefixes.
+       (anonymous_struct_prefix): New function.
+       (determine_prefix): New variables retval.  Call anonymous_struct_prefix.
+       (dwarf2_name): Strip for anonymous structs any prefixes.
+
 2011-10-07  Doug Evans  <dje@google.com>
 
+       * python/lib/gdb/printing.py (register_pretty_printer): New argument
+       `replace'.
+
+       * python/lib/gdb/printing.py: Whitespace cleanup.
+
        * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
        warning.
 
This page took 0.0257849999999999 seconds and 4 git commands to generate.