Unbreak Windows-hosted cross debugger builds.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 58251edd43985f5360ca6190fc2cdd2636e20ada..21585e2e75859f427c7f40a976004d82d83c97dd 100644 (file)
@@ -1,3 +1,198 @@
+2013-04-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * windows-nat.c (windows_get_absolute_argv0): Move from here...
+       * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
+       Include main.h.
+
+       * windows-nat.h (windows_get_absolute_argv0): Move prototype from
+       here...
+       * main.h (windows_get_absolute_argv0): ...to here.
+
+2013-04-05  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
+       (read_cutu_die_from_dwo): Add comments.
+       (read_structure_type): Update comment.
+       (read_enumeration_type, read_namespace_type): Update comment.
+       (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Convert man pages to texinfo, new gdbinit.5 texinfo page.
+       * Makefile.in (gdb.z): Remove.
+       (install-only): Remove $(man1dir) and gdb.1 installation.
+       * gdb.1: Remove.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix compatibility with Linux kernel 3.8.3.
+       * linux-tdep.c (linux_find_memory_regions_full): Move variable number
+       to more inner block.  Remove parsing of NUMBER from outer block.
+       Parse NUMBER only if KEYWORD has been identified.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix variable name shadowing.
+       * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
+       filename to mapsfilename and update its uses.
+
+2013-04-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
+       empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
+       and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
+       details of the problem.
+
+2013-04-04  Pedro Alves  <palves@redhat.com>
+           Hui Zhu  <hui@codesourcery.com>
+
+       * breakpoint.c (validate_commands_for_breakpoint): If validating a
+       tracepoint, reset its STEP_COUNT and call validate_actionline.
+
+2013-04-03  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (read_die_and_siblings_1): Renamed from
+       read_die_and_siblings.
+       (read_die_and_siblings): New function.
+       (read_cutu_die_from_dwo): Dump die if requested.
+       (read_die_and_children): Call read_full_die_1 and
+       read_die_and_siblings_1.
+       (read_full_die): Dump die if requested.
+
+       * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
+
+       * dwarf2read.c (struct dwo_file): New member comp_dir.
+       Rename member name to dwo_name.  All uses updated.
+       (hash_dwo_file): Include comp_dir in computation.
+       (eq_dwo_file): Ditto.
+       (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
+       (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
+
+       * psymtab.c (read_psymtabs_with_fullname): Don't call
+       psymtab_to_fullname if the basenames are different.
+
+2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
+       New entry about "fullname" presence.
+
+2013-04-03  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Mention x86_64/Cygwin as new native configuration.
+
+2013-04-02  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (read_structure_type): Fix typo in comment.
+
+2013-04-02  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Mention "set/show debug aarch64", "set/show debug
+       coff-pe-read" and "set/show debug mach-o".
+
+2013-04-02  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Mention "set/show remote trace-buffer-size-packet".
+
+2013-04-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
+       gdb_string.h is now in common/.
+
+2013-04-02  Pedro Alves  <palves@redhat.com>
+
+       * NEWS: Move "set debug notification" and "set trace-buffer-size"
+       under "New options".
+
+2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Revert this patch:
+       PR gdb/15275
+       * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
+
+2013-04-02  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/15275
+
+       * remote.c (send_interrupt_sequence): Use remote_serial_write.
+       (remote_serial_write): New function.
+       (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
+
+2013-04-01  Jiong Wang  <jiwang@tilera.com>
+
+       * NEWS: Mention TILE-Gx in "New native configurations" and
+       "New targets" sections. 
+
+2013-04-01  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
+       (process_enumeration_scope): Simplify.
+
+       * dwarf2read.c (struct dwarf2_per_cu_data): Move member
+       type_unit_group ...
+       (struct signatured_type): ... to here.
+       (sig_type_ptr): New typedef.
+       (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
+       out of union 't'.  All uses updated.
+       (dw2_get_file_names_reader): Assert not called for a type unit.
+       (dw2_get_file_names): Assert not called for a type unit or type
+       unit group.
+       (build_type_psymtabs_reader): Assert called for a type unit.
+       (build_type_psymtab_dependencies): Assert called for a type unit group.
+
+       * dwarf2read.c (free_dwo_file): Add comment.
+       (dwarf2_per_objfile_free): Unref dwp bfd.
+
+2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
+       (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
+       (read_pe_exported_syms): Remove unused 'exportix'.
+       (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
+       'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
+       'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
+
+2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
+       (print_it_watchpoint): Remove unused 'bl'.
+       (say_where): Remove unused 'uiout'.
+       (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
+       (bkpt_breakpoint_hit): Remove unused 'b'.
+       (internal_bkpt_print_it): Remove unused 'uiout'.
+       * buildsym.c (augment_type_symtab): Remove unused 'i'.
+
+2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
+
+       * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
+       (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
+
+2013-03-29  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
+       Delete arg is_dwp.  All callers updated.
+       (open_dwp_file): New function.
+       (open_and_init_dwp_file): Call it.
+       (get_dwp_file): New function.
+       (lookup_dwo_cutu): Call it.
+
+       * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
+       unnecessary, cleanup.
+
+       * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
+
+       * dwarf2read.c (read_cutu_die_from_dwo): New function.
+       (lookup_dwo_unit): New function.
+       (init_cutu_and_read_dies): Move DWO handling to new functions.
+
+       * dwarf2read.c (struct signatured_type): Tweak comment.
+       (struct dwo_unit): Tweak comment.
+       (create_debug_types_hash_table): Tweak comment.  Reformat long line.
+       (create_dwo_debug_info_hash_table): Tweak comment.
+       (dwarf2_per_cu_offset_and_type): Tweak comment.
+
+       * dwarf2read.c (lookup_signatured_type): Remove complaint about
+       missing .debug_types section.
+
 2013-03-29  Yao Qi  <yao@codesourcery.com>
 
        * corelow.c: Include "completer.h".
This page took 0.029117 seconds and 4 git commands to generate.