Remove cplus_specific from general_symbol_info.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c0b6199cb9b8ca1a26000694356c4a5198ca4401..f9c814851e0a3e52bd837bbbfdfe24696c800879 100644 (file)
@@ -1,3 +1,418 @@
+2014-12-02  Doug Evans  <dje@google.com>
+
+       * symtab.c (symbol_init_cplus_specific): Delete.
+       (symbol_set_demangled_name): Remove special c++ support.
+       (symbol_get_demangled_name, symbol_set_language): Ditto.
+       * symtab.h (struct cplus_specific): Delete.
+       (struct general_symbol_info) <language_specific>: Remove
+       cplus_specific.
+
+2014-12-02  Doug Evans  <dje@google.com>
+
+       PR symtab/17602
+       * linespec.c (iterate_name_matcher): Fix arguments to symbol_name_cmp.
+
+2014-12-02  Doug Evans  <dje@google.com>
+
+       PR symtab/17591
+       * dwarf2read.c (find_slot_in_mapped_hash): Use cp_remove_params
+       to strip parameters.
+
+2014-12-02  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (peek_die_abbrev): Improve error message text.
+
+2014-12-02  Doug Evans  <dje@google.com>
+
+       * valops.c (do_search_struct_field): Remove remnant of Chill support.
+       Ref: commit 4c2260aa5c261f7bfb26dcf3aa7c67876720b17e
+
+2014-12-02  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * common/cleanups.c (make_cleanup_dtor): Fix comment typo.
+
+2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
+
+       * NEWS: Mention new Python events.
+       * Makefile.in (SUBDIR_PYTHON_OBS): Add py-infevents.o.
+       (SUBDIR_PYTHON_SRCS): Add py-infevents.c.
+       (py-infevents.o): New rule.
+       * doc/observer.texi (inferior_call_pre, inferior_call_post)
+       (memory_changed, register_changed): New observers.
+       * infcall.c (call_function_by_hand): Notify observer before and
+       after inferior call.
+       * python/py-event.h (inferior_call_kind): New enum.
+       (emit_inferior_call_event): New prototype.
+       (emit_register_changed_event): New prototype.
+       (emit_memory_changed_event): New prototype.
+       * python/py-events.h (events_object): New registries
+       inferior_call, memory_changed and register_changed.
+       * python/py-evts.c (gdbpy_initialize_py_events): Add the
+       inferior_call, memory_changed and register_changed registries.
+       * python/py-infevents.c: New.
+       * python/py-inferior.c (python_on_inferior_call_pre)
+       (python_on_inferior_call_post, python_on_register_change)
+       (python_on_memory_change): New functions.
+       (gdbpy_initialize_inferior): Attach python handler to new
+       observers.
+       * python/py-infthread.c(gdbpy_create_ptid_object): New.
+       (thpy_get_ptid) Use gdbpy_create_ptid_object.
+       * python/python-internal.h:
+       (gdbpy_create_ptid_object)
+       (gdbpy_initialize_inferior_call_pre_event)
+       (gdbpy_initialize_inferior_call_post_event)
+       (gdbpy_initialize_register_changed_event)
+       (gdbpy_initialize_memory_changed_event): New prototypes.
+       * python/python.c (_initialize_python): Initialize new events.
+       * valops.c (value_assign): Notify register_changed observer.
+
+2014-12-02  Doug Evans  <dje@google.com>
+
+       * python/py-infthread.c: Whitespace fixes.
+
+2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * features/Makefile (s390-te-linux64-expedite): Replace
+       non-existant r14 and r15 by r14l and r15l, respectively.
+       * regformats/s390-te-linux64.dat: Regenerate.
+
+2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * objfiles.c (allocate_objfile): Remove duplicate comment.
+
+2014-12-01  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/i386/i386gnu.mh (NATDEPFILES): Remove core-regset.o.
+       * i386gnu-nat.c: Do not include <sys/procfs.h> or "gregset.h".
+       (CREG_OFFSET, creg_offset, CREG_ADDR): Remove.
+       (supply_gregset, supply_fpregset): Remove.
+       * i386gnu-tdep.c (i386gnu_gregset_reg_offset): New variable.
+       (i386gnu_init_abi): Set tdep->gregset_reg_offset, gregset_num_regs,
+       and sizeof_gregset.
+
+2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Add add-auto-load-scripts-directory.
+       * NEWS (Changes since GDB 7.8): Add add-auto-load-scripts-directory.
+       * auto-load.c (add_auto_load_dir): New function.
+       (_initialize_auto_load): Install it.
+
+2014-11-30  Martin Galvan  <martin.galvan@tallertechnologies.com>  (tiny patch, obvious)
+
+       Pushed by Joel Brobecker  <brobecker@adacore.com>.
+       * frame.c (frame_id_eq): Fix the check for FID_STACK_INVALID.
+
+2014-11-29  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * eval.c (evaluate_subexp): Check that the thread stack temporaries
+       are not already enabled before enabling them.
+
+2014-11-29  Yao Qi  <yao@codesourcery.com>
+
+       * arm-tdep.c (arm_analyze_prologue): Move local variables
+       'framereg' and 'framesize' to inner block.  Move code to
+       inner block too.
+
+2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * eval.c: Include gdbthread.h.
+       (evaluate_subexp): Enable thread stack temporaries before
+       evaluating a complete expression and clean them up after the
+       evaluation is complete.
+       * gdbthread.h: Include common/vec.h.
+       (value_ptr): New typedef.
+       (VEC (value_ptr)): New vector type.
+       (value_vec): New typedef.
+       (struct thread_info): Add new fields stack_temporaries_enabled
+       and stack_temporaries.
+       (enable_thread_stack_temporaries)
+       (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
+       (get_last_thread_stack_temporary)
+       (value_in_thread_stack_temporaries): Declare.
+       * gdbtypes.c (class_or_union_p): New function.
+       * gdbtypes.h (class_or_union_p): Declare.
+       * infcall.c (call_function_by_hand): Store return values of class
+       type as temporaries on stack.
+       * thread.c (enable_thread_stack_temporaries): New function.
+       (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
+       (get_last_thread_stack_temporary): Likewise.
+       (value_in_thread_stack_temporaries): Likewise.
+       * value.c (value_force_lval): New function.
+       * value.h (value_force_lval): Declare.
+
+2014-11-28  Pierre Muller  <muller@sourceware.org>
+
+       Pushed by Joel Brobecker  <brobecker@adacore.com>.
+       * amd64-tdep.c (amd64_dwarf_regmap array): Add missing MMX
+       registers.
+
+2014-11-28  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/ia64/linux.mh (NATDEPFILES): Remove core-regset.o.
+       * config/sparc/linux.mh (NATDEPFILES): Likewise.
+       * config/sparc/linux64.mh (NATDEPFILES): Likewise.
+       * m68klinux-nat.c (fetch_core_registers): Remove.
+       (linux_elf_core_fns): Remove.
+       (_initialize_m68k_linux_nat): Do not call deprecated_add_core_fns.
+
+2014-11-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * utils.c (gdb_realpath): Rework comment about handling on
+       Windows.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
+       rename.
+       * gnulib/aclocal.m4: Re-generated.
+       * gnulib/config.in: Re-generated.
+       * gnulib/configure: Re-generated.
+       * gnulib/import/Makefile.am: Re-generated.
+       * gnulib/import/Makefile.in: Re-generated.
+       * gnulib/import/m4/gnulib-cache.m4: Re-generated.
+       * gnulib/import/m4/gnulib-comp.m4: Re-generated.
+       * import/basename-lgpl.c: New file.
+       * import/dirname-lgpl.c: New file.
+       * import/dirname.h: New file.
+       * import/m4/dirname.m4: New file.
+       * import/m4/malloc.m4: New file.
+       * import/m4/rename.m4: New file.
+       * import/m4/rmdir.m4: New file.
+       * import/m4/stdio_h.m4: New file.
+       * import/malloc.c: New file.
+       * import/rename.c: New file.
+       * import/rmdir.c: New file.
+       * import/same-inode.h: New file.
+       * import/stdio.c: New file.
+       * import/stdio.in.h: New file.
+       * import/stripslash.c: New file.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * configure.ac (AC_CHECK_FUNCS): Remove canonicalize_file_name
+       and realpath.
+       * config.in: Re-generated.
+       * configure: Re-generated.
+       * utils.c (gdb_realpath): Remove code calling realpath,
+       canonicalize_file_name and pathconf.
+       [!_WIN32]: Call canonicalize_file_name.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
+       canonicalize-lgpl.
+       * aclocal.m4: Re-generated.
+       * config.in: Re-generated.
+       * configure: Re-generated.
+       * import/Makefile.am: Re-generated.
+       * import/Makefile.in: Re-generated.
+       * import/m4/gnulib-cache.m4: Re-generated.
+       * import/m4/gnulib-comp.m4: Re-generated.
+       * import/canonicalize-lgpl.c: New file.
+       * import/extra/snippet/_Noreturn.h: New file.
+       * import/m4/canonicalize.m4: New file.
+       * import/m4/double-slash-root.m4: New file.
+       * import/m4/eealloc.m4: New file.
+       * import/m4/malloca.m4: New file.
+       * import/m4/nocrash.m4: New file.
+       * import/m4/stdlib_h.m4: New file.
+       * import/malloca.c: New file.
+       * import/malloca.h: New file.
+       * import/malloca.valgrind: New file.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * configure.ac (AC_CHECK_FUNCS): Remove lstat.
+       * config.in, configure: Regenerate.
+       * symfile.c (find_separate_debug_file_by_debuglink): Remove
+       code checking HAVE_LSTAT is defined.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
+       lstat.
+       * gnulib/aclocal.m4: Re-generated.
+       * gnulib/config.in: Re-generated.
+       * gnulib/configure: Re-generated.
+       * gnulib/import/Makefile.am: Re-generated.
+       * gnulib/import/Makefile.in: Re-generated.
+       * gnulib/import/m4/gnulib-cache.m4: Re-generated.
+       * gnulib/import/m4/gnulib-comp.m4: Re-generated.
+       * gnulib/import/lstat.c: New file.
+       * gnulib/import/m4/lstat.m4: New file.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * configure.ac (AC_CHECK_FUNCS): Remove readlink.
+       * config.in, configure: Re-generate.
+       * inf-child.c (inf_child_fileio_readlink): Don't check
+       HAVE_READLINK is defined.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add readlink.
+       * gnulib/aclocal.m4: Re-generated.
+       * gnulib/config.in: Likewise.
+       * gnulib/configure: Likewise.
+       * gnulib/import/Makefile.am: Likewise.
+       * gnulib/import/Makefile.in: Likewise.
+       * gnulib/import/m4/gnulib-cache.m4: Likewise.
+       * gnulib/import/m4/gnulib-comp.m4: Likewise.
+       * gnulib/import/dosname.h: New file
+       * gnulib/import/m4/largefile.m4: New file.
+       * gnulib/import/m4/readlink.m4: New file.
+       * gnulib/import/m4/stat.m4: New file.
+       * gnulib/import/readlink.c: New file.
+       * gnulib/import/stat.c: New file.
+
+2014-11-26  Mark Wielaard  <mjw@redhat.com>
+
+       * dwarf2read.c (set_cu_language): Recognize DW_LANG_C11,
+       DW_LANG_C_plus_plus_11, DW_LANG_C_plus_plus_14.
+
+2014-11-25  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * nios2-tdep.c (nios2_analyze_prologue): Replace restriction
+       that there can be only one stack adjustment in the prologue
+       with tests to detect specific disallowed stack adjustments.
+
+2014-11-25  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * nios2-tdep.c (nios2_in_epilogue_p): Handle multiple stack
+       adjustments.
+
+2014-11-25  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * nios2-tdep.c (nios2_fetch_insn): Move up in file.  Disassemble
+       the instruction as well as reading it from memory.
+       (nios2_match_add): New.
+       (nios2_match_sub): New.
+       (nios2_match_addi): New.
+       (nios2_match_orhi): New.
+       (nios2_match_stw): New.
+       (nios2_match_ldw): New.
+       (nios2_match_rdctl): New.
+       (enum branch_condition): New.
+       (nios2_match_branch): New.
+       (nios2_match_jmpi): New.
+       (nios2_match_calli): New.
+       (nios2_match_jmpr): New.
+       (nios2_match_callr): New.
+       (nios2_match_break): New.
+       (nios2_match_trap): New.
+       (nios2_in_epilogue_p): Rewrite to use new functions.
+       (nios2_analyze_prologue): Likewise.
+       (nios2_skip_prologue): Delete unused local limit_pc.
+       (nios2_breakpoint_from_pc): Make R1-specific encodings explicit.
+       (nios2_get_next_pc): Rewrite to use new functions.
+
+2014-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdbtypes.c (resolve_dynamic_type_internal): Reindent the code.
+
+2014-11-24  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       Pushed by Joel Brobecker  <brobecker@adacore.com>
+       * gdb/gnu-nat.c (inf_validate_procinfo): Multiply the number of
+       elements pi_len by the size of the elements before calling
+       vm_deallocate.
+       (inf_validate_task_sc): Likewise, and properly deallocate the
+       noise array.
+
+2014-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdbtypes.c (print_args): Renamed from print_arg_types.  Print arg
+       number and name if present.  All callers updated.
+       (dump_fn_fieldlists): Fix indentation of args.
+
+2014-11-23  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-11-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint.c (bp_loc_is_permanent): Return 0 if LOC corresponds
+       to a bp_call_dummy breakpoint type.
+
+2014-11-23  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * tui/tui-win.c (tui_initialize_win): Specify SA_RESTART when
+       registering the signal handler.
+
+2014-11-23  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * event-top.h (call_stdin_event_handler_again_p): Declare.
+       * event-top.c (call_stdin_event_handler_again_p): Define.
+       (stdin_event_handler): Use it.
+       * tui/tui-io.c (tui_getc): Prepare to call the stdin event
+       handler again if there is pending input following a
+       start sequence.
+
+2014-11-23  Patrick Palka  <patrick@parcs.ath.cx>
+
+       Pushed by Joel Brobecker  <brobecker@adacore.com>
+       * linux-fork.c (checkpoint_command): Print index of new
+       checkpoint in response message.
+
+2014-11-23  Yao Qi  <yao@codesourcery.com>
+
+       * valprint.c (read_string): Move local variables 'found_nul',
+       'chunksize' and 'limit' to inner scope.  Update comments.
+
+2014-11-22  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.c (lookup_symbol_in_objfile_from_linkage_name): Improve
+       function comment.
+       (search_symbols): Fix comments and whitespace.
+
+2014-11-22  Doug Evans  <xdje42@gmail.com>
+
+       * cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.
+
+2014-11-21  Doug Evans  <dje@google.com>
+
+       * psymtab.c (psymtab_search_name): Fix whitespace.
+
+2014-11-21  Yao Qi  <yao@codesourcery.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
+       errno.
+       * gnulib/import/Makefile.am: Re-generated.
+       * gnulib/import/Makefile.in: Likewise.
+       * gnulib/import/m4/gnulib-cache.m4: Likewise.
+
+2014-11-21  Yao Qi  <yao@codesourcery.com>
+
+       * gdb_wchar.h: Include wchar.h and wctype.h.
+       [HAVE_ICONV && HAVE_BTOWC]: Don't check HAVE_WCHAR_T and don't
+       include wchar.h and wctype.h.
+       Don't check HAVE_WCHAR_H.
+
+2014-11-21  Yao Qi  <yao@codesourcery.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add wchar
+       and wctype-h.
+       * gnulib/import/Makefile.am: Re-generated.
+       * gnulib/import/Makefile.in: Likewise.
+       * gnulib/import/m4/gnulib-cache.m4: Likewise.
+
+2014-11-21  Yao Qi  <yao@codesourcery.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
+       memchr.
+       * gnulib/import/Makefile.am: Re-generated.
+       * gnulib/import/Makefile.in: Likewise.
+       * gnulib/import/m4/gnulib-cache.m4: Likewise.
+
+2014-11-21  Yao Qi  <yao@codesourcery.com>
+
+       * common/common-defs.h: Include alloca.h
+       * configure.ac: Don't invoke AC_FUNC_ALLOCA.
+       * configure: Re-generated.
+       * defs.h: Remove code handling alloca.
+       * utils.c (gdb_realpath): Don't check HAVE_ALLOCA is defined
+       or not.
+
 2014-11-21  Yao Qi  <yao@codesourcery.com>
 
        * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULE): Add
This page took 0.032678 seconds and 4 git commands to generate.