X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=60d4dc3032c78b1965f1743cd9f2d860b69c6410;hb=b50d69b5aa88f7d46a360d4d4a5b088f3370ad9d;hp=57aee09db71433d02de93ef37e005bf0f3bdb6e7;hpb=9c16be9afa30916420fd406dc0184c6665ee716c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57aee09db7..60d4dc3032 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,133 @@ +2012-11-29 Jerome Guitton + + * ada-lang.h (ada_tag_value_at_base_address): New function + declaration. + * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address): + New functions. + (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address + relocate the class-wide value if need be. + (ada_value_struct_elt, ada_value_ind, ada_coerce_ref): + Let ada_tag_value_at_base_address relocate the class-wide access/ref + before dereferencing it. + * ada-valprint.c (ada_val_print_1): Relocate to base address + before displaying the content of an interface-wide ref. + +2012-11-29 Jerome Guitton + + * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL. + +2012-11-29 Joel Brobecker + + GDB 7.5.1 released. + +2012-11-29 Yao Qi + Tom Tromey + + * eval.c (evaluate_subexp_standard): Get the correct pointer + type for TYPE_CODE_MEMBERPTR. + +2012-11-28 Edjunior Machado + + * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking, + since now it is being done by binutils' powerpc_init_dialect(). + +2012-11-28 Tom Tromey + + PR gdb/14290: + * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function. + (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open): + Use it. + * gdb_bfd.h (gdb_bfd_mark_parent): Declare. + * gdb_bfd.c (gdb_bfd_mark_parent): New function. + (gdb_bfd_openr_next_archived_file): Use it. + +2012-11-28 Markus Metzger + + * configure.ac: Check for linux/perf_event.h. + * config.in: Regenerated. + * configure: Regenerated. + +2012-11-28 Yao Qi + + * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to + abbreviate 'delete tracepoints' to 'delete tr'. + * corefile.c (_initialize_core): Call add_alias_cmd to + abbreviate 'set gnutarget' to 'set g'. + * value.c (_initialize_values): Call add_alias_cmd to abbreviate + 'show convenience' to 'show conv'. + +2012-11-27 Joel Brobecker + + * sparc-sol2-nat.c (supply_gregset): Fix first parameter in + call to sparc_supply_fpregset. + (fill_fpregset): Fix first parameter in call to + sparc_collect_fpregset. + +2012-11-27 Daniel Jacobowitz + Kazu Hirata + Yao Qi + + * objfiles.c (init_entry_point_info): Call + gdbarch_convert_from_func_ptr_addr and + gdbarch_addr_bits_remove here ... + (entry_point_address_query): ... instead of here. + * solib-svr4.c (exec_entry_point): Call + gdbarch_addr_bits_remove. + * symfile.c (generic_load): Call gdbarch_addr_bits_remove on + the entry address. + +2012-11-27 Daniel Jacobowitz + Yao Qi + + * eval.c (evaluate_subexp_standard): Add handling of + TYPE_CODE_MEMBERPTR when calling functions. Correct the + result of ptype for calling a TYPE_CODE_METHODPTR. + +2012-11-27 Yao Qi + + * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args + warning. + Add i18n markup. + +2012-11-26 Alexander Larsson + Jan Kratochvil + Tom Tromey + + * NEWS: Mention mini debuginfo feature. + * minidebug.c: New file. + * configure.ac: Check for lzma. + * configure, config.in: Rebuild. + * Makefile.in (LIBLZMA): New variable. + (CLIBS): Include LIBLZMA. + (SFILES): Mention minidebug.c. + (COMMON_OBS): Mention minidebug.o. + * symfile.c (read_symbols): New function. + (syms_from_objfile, reread_symbols): Call it. + * symfile.h (find_separate_debug_file_in_section): Declare. + +2012-11-26 Keith Seitz + + * exec.c (exec_file_attach): Move cleanup after verifying that + memory has in fact been allocated. + +2012-11-26 Tom Tromey + + * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB. + * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use + SYMBOL_SYMTAB. + * skip.c (skip_info): Use SYMBOL_SYMTAB. + +2012-11-26 Maxime Villard + Pedro Alves + + * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer + size parameter passed to readlink by one byte. + * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto. + * linux-nat.c (linux_child_pid_to_exec_file): Ditto. + * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto. + * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's + size by one byte. + 2012-11-26 Yao Qi * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove