Move block_found decl to symtab.h.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3d0b65a9defb25a90846d71cbabde58c88e0dede..fd417f787bebac516f6a3daec9d48cdef2905ceb 100644 (file)
@@ -1,3 +1,127 @@
+2014-10-26  Doug Evans  <xdje42@gmail.com>
+
+       * parser-defs.h (block_found): Move decl from here ...
+       * symtab.h (block_found): ... to here.
+
+2014-10-26  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.h (struct field_of_this_result): Fix typo in comment.
+       (lookup_symbol_in_language): Move function comment here.
+       (lookup_symbol): Improve function comment.
+       (basic_lookup_symbol_nonlocal): Ditto.
+       (lookup_symbol_static, lookup_symbol_global): Ditto.
+       (lookup_symbol_aux_block): Ditto.
+       (lookup_language_this): Add function comment.
+       (lookup_static_symbol_aux): Explicitly mark as extern.  Improve
+       function comment.
+       (lookup_block_symbol): Improve function comment.
+       (lookup_struct): Fix capitalization in function comment.
+       (lookup_transparent_type): Add function comment.
+       (lookup_global_symbol_from_objfile): Explicitly mark as extern.
+       Improve function comment.
+       (lookup_objfile_from_block): Add function comment.
+       * symtab.c (lookup_symbol_in_language): Update function comment.
+       (lookup_symbol, lookup_language_this): Ditto.
+       (lookup_static_symbol_aux, lookup_objfile_from_block): Ditto.
+       (lookup_symbol_aux_block, lookup_global_symbol_from_objfile): Ditto.
+       (basic_lookup_symbol_nonlocal): Ditto.
+       (lookup_symbol_static, lookup_symbol_global): Ditto.
+       (lookup_transparent_type, lookup_block_symbol): Ditto.
+
+2014-10-25  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.c (types_info): Delete forward decl.
+       (functions_info, variables_info, sources_info): Ditto.
+       (_initialize_symtab): Rewrite forward decl to use
+       initialize_file_ftype.
+
+2014-10-25  Doug Evans  <xdje42@gmail.com>
+
+       * symtab.c (lookup_symbol_aux_quick): Set block_found upon success.
+
+2014-10-25  Doug Evans  <xdje42@gmail.com>
+
+       * dwarf2read.c (process_structure_scope): Remove second (nested) copy
+       of local var child_die.
+
+2014-10-24  Don Breazeal  <donb@codesourcery.com>
+
+       * infrun.c (follow_fork_inferior): Update fork message printing
+       to use target_terminal_ours_for_output instead of
+       target_terminal_ours, to use _() for all format strings, to print
+       "vfork" instead of "fork" for vforks, and to add a detach message.
+       (handle_vfork_child_exec_or_exit): Update message printing to use
+       target_terminal_ours_for_output instead of target_terminal_ours, to
+       use _() for all format strings, and to fix some formatting.
+
+2014-10-24  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (ALLDEPFILES): Remove vax-nat.c.
+       * NEWS (Removed targets): Add VAX BSD and VAX Ultrix.
+       * config/vax/vax.mh: Delete.
+       * configure.host: Move vax-*-bsd* and vax-*-ultrix* to the
+       obsolete configurations section.
+       * configure.tgt (vax-*-*): Don't mention 4.2BSD nor Ultrix.
+       * vax-nat.c: Delete file.
+
+2014-10-24  Pedro Alves  <palves@redhat.com>
+
+       * NEWS (Removed targets): Add OS/arch column.
+
+2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gnu-v3-abi.c (gnuv3_pass_by_reference): Call TYPE_TARGET_TYPE
+       on the arg type of a constructor only if it is of reference type.
+
+2014-10-23  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * nios2-tdep.c (nios2_analyze_prologue): Use new instruction field
+       accessors and constants from nios2 opcodes update.
+       (nios2_get_next_pc): Likewise.
+
+2014-10-19  Doug Evans  <xdje42@gmail.com>
+
+       * gdbthread.h (set_running): Fix comment.
+       (set_executing, finish_thread_state): Fix comment.
+
+2014-10-18  Doug Evans  <xdje42@gmail.com>
+
+       * linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.
+
+2014-10-17  Doug Evans  <dje@google.com>
+
+       * NEWS: Mention new event gdb.clear_objfiles.
+       * python/py-event.h (emit_clear_objfiles_event): Clear
+       * python/py-events.h (events_object): New member clear_objfiles.
+       * python/py-evts.c (gdbpy_initialize_py_events): Add clear_objfiles
+       event.
+       * python/py-inferior.c (python_new_objfile): If objfile is NULL,
+       emit clear_objfiles event.
+       * python/py-newobjfileevent.c (create_clear_objfiles_event_object): New
+       function.
+       (emit_clear_objfiles_event): New function.
+       (clear_objfiles): New event.
+       * python/python-internal.h (gdbpy_initialize_clear_objfiles_event):
+       Declare.
+       * python/python.c (_initialize_python): Call
+       gdbpy_initialize_clear_objfiles_event.
+
+2014-10-17  Doug Evans  <dje@google.com>
+
+       * NEWS: Mention new gdb.Objfile.progspace attribute.
+       * python/py-objfile.c (objfpy_get_progspace): New function.
+       (objfile_getset): New entry for "progspace".
+
+2014-10-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17471
+       * infcmd.c (strip_bg_char): Change prototype and rewrite.  Now
+       returns a copy of the input.
+       (run_command_1, continue_command, step_1, jump_command)
+       (signal_command, until_command, advance_command, finish_command)
+       (attach_command): Adjust and install a cleanup to free the
+       stripped args.
+
 2014-10-17  Pedro Alves  <palves@redhat.com>
 
        PR gdb/17300
This page took 0.035659 seconds and 4 git commands to generate.