* top.c (execute_command): Remove redundant comment.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2ab9ec8ec173929ace3fc113b9e01b7333649399..e035de2499c0c2beb597d4d910d6eef9347f96d0 100644 (file)
@@ -1,3 +1,71 @@
+2009-08-28  Doug Evans  <dje@google.com>
+
+       * top.c (execute_command): Remove redundant comment.
+
+2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR gdb/10565
+
+       * value.c (value_primitive_field): Do not save value_offset for
+       bitfields.
+       (unpack_bits_as_long): Do not read an entire ULONGEST.
+
+2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Support constant DW_AT_data_member_location by GCC PR debug/40659.
+       * dwarf2read.c
+       (dwarf2_add_field <DW_TAG_member> <DW_AT_data_member_location>):
+       Initialize BYTE_OFFSET to 0 by default.  Explicitly check if
+       attr_form_is_block.
+       (dwarf2_add_field <DW_TAG_inheritance> <DW_AT_data_member_location>)
+       (read_common_block <DW_AT_data_member_location>): New variable
+       byte_offset.  Fix crash on non-DW_BLOCK ATTR values.
+
+2009-08-28  Hui Zhu  <teawater@gmail.com>
+
+       * record.c (record_list_release_next): Change the first
+       record_reg to record_end.
+
+2009-08-27  Doug Evans  <dje@google.com>
+
+       * value.c (free_all_values): Tweak comment.
+
+       * NEWS: Add note on "info sharedlibrary".
+       Remove note on "set print symbol-loading".
+       * main.c (captured_main): Pass !batch for from_tty when calling
+       symbol_file_add_main.
+       * objfiles.h (objfile_has_partial_symbols): Declare.
+       (objfile_has_full_symbols): Declare.
+       * objfiles.c (objfile_has_partial_symbols): New function.
+       (have_partial_symbols): Use it.
+       (objfile_has_full_symbols): New function.
+       (have_full_symbols): Use it.
+       * solib.c: Include interps.h.
+       (solib_read_symbols): Back out patch of 2008-07-10.
+       Add test for info_verbose for symbol loading messages for
+       consistency with symfile.c.
+       (info_sharedlibrary_command): Handle optional parameter of regex of
+       libraries to list.  Inform user of libraries without debugging info.
+       Rewrite to use ui_out routines to format output.
+       * symfile.c (print_symbol_loading): Delete.
+       (symbol_file_add_with_addrs_or_offsets): Back out patch of 2008-07-10.
+       Print "no debugging symbols found" only if from_tty || info_verbose;
+       and only check file being loaded, not all files.
+       (reread_symbols): Test file being loaded for whether it has symbols,
+       not all files.
+       (__initialize_symfile): Delete `set print symbol-loading'.
+       * symfile.h (print_symbol_loading): Delete.
+
+2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * varobj.c (varobj_create): Error if the specified frame was not found
+       and it is needed.
+
+2009-08-26  Michael Snyder  <msnyder@vmware.com>
+
+       * i386-tdep.c (i386_process_record): Break out of prefix loop
+       if not amd64.  Otherwise inc/dec instructions are lost.
+
 2009-08-25  Keith Seitz  <keiths@redhat.com>
 
        * c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3
This page took 0.025332 seconds and 4 git commands to generate.