gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a679110dbeaeddcab7756b27670d76c5d48e3a07..fe5a572694978c93aaad456fbcb3faf8bebef0cc 100644 (file)
@@ -1,3 +1,197 @@
+2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
+       a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
+       found by bfd_get_section_by_name.
+       * symfile.h (struct section_addr_info) <sectindex>: New comment.
+
+2010-02-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
+       7.0 section" into "Changes in 7.1".
+
+2010-02-19  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
+       * version.in: Bump version to 7.1.50.20100219-cvs.
+
+2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
+
+       * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
+       * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
+
+2010-02-17  Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Add Python API Improvements section.
+
+2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Correct typo.
+
+2010-02-17  Tom Tromey  <tromey@redhat.com>
+
+       * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
+
+2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * symfile.c (build_section_addr_info_from_objfile): Include sections
+       only if they are SEC_ALLOC or SEC_LOAD.
+
+2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR shlibs/11293
+       * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
+       of ULONGEST for address size.
+
+2010-02-17  Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Add C++ improvements section.
+
+2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
+       PyThreadState_Swap): Avoid "statement with no effect" warning.
+
+2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * solib-svr4.c (enable_break <target_auxv_search>): New variable
+       addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
+
+2010-02-17  Tristan Gingold  <gingold@adacore.com>
+           Petr HluzĂ­n <petr.hluzin@gmail.com>
+
+       * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
+       gdb_assert.  Fix info->size for SIG prologue.
+
+2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * infcmd.c (show_inferior_tty_command): Check for NULL.
+       Correct output message.
+
+2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
+       FUNCTION contains parentheses.  Improve removal of a trailing
+       single quote.
+
+2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gcore.c (do_bfd_delete_cleanup): New function.
+       (gcore_command): Use it.  Discard the cleanup after success.
+       (gcore_copy_callback): Delete dead code.
+
+2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * symfile.c (addr_info_make_relative): Always use
+       find_lowest_section.
+
+2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
+
+       * NEWS: Added entry for namespace fixes.
+
+2010-02-15  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (guess_structure_name): Allocate name on the
+       objfile obstack.
+
+2010-02-15  Tom Tromey  <tromey@redhat.com>
+
+       * c-typeprint.c (c_type_print_base): Reverse order of test.
+
+2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
+       initialize it from ELF BFD.  Extend the prelink condition by it.
+
+2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * defs.h (parse_pid_to_attach): New.
+       * utils.c (parse_pid_to_attach): New.
+       * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
+       * gnu-nat.c (gnu_attach): Likewise.
+       * nto-procfs.c (procfs_attach): Likewise.
+       * procfs.c (procfs_attach): Likewise.
+       * windows-nat.c (windows_attach): Likewise.
+       * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
+       * inf-ttrace.c (inf_ttrace_attach): Likewise.
+       * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
+       check.
+
+2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
+
+       * MAINTAINERS: Add myself for write after approval privileges.
+
+2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
+       block.
+
+2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
+       only if INFO_VERBOSE.
+
+2010-02-12  Tomas Holmberg <th@virtutech.com>
+
+       * mi/mi-main.c: Added the --reverse flag to the following MI
+       commands: exec-continue, exec-finish, exec-next, exec-step,
+       exec-next-instruction, exec-step-instruction. This is to
+       support reverse execution over the MI interface to gdb.
+
+2010-02-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * tracepoint.c (_initialize_tracepoint): Specify that the address
+       range of `tfind outsize' is exclusive, and that the address range
+       of `tfind range' is inclusive, in the commands' help strings.
+
+2010-02-12  Joel Brobecker  <brobecker@adacore.com>
+
+       Spurious "dll not found" error messages on x64-windows.
+       * windows-nat.c: Add include of complaints.h.
+       (handle_unload_dll): Change dll-not-found error into a complaint.
+
+2010-02-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (allocate_bp_location): Use bp_loc_other for
+       bp_tracepoint and bp_fast_tracepoint, not
+       bp_loc_software_breakpoint.
+       (update_global_location_list): Tracepoints are never duplicates of
+       anything.
+
+2010-02-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (break_command_really): Change return type to int.
+       Return false if no breakpoint was created, true otherwise.
+       (trace_command): Don't set the tracepoint count if no tracepoint
+       was created.
+       (ftrace_command): Ditto.
+       (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
+       created in the breakpoints table.
+
+2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
+
+2010-02-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
+       the offset value isn't of integral type.
+
+2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
+       New.
+
+2010-02-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
+       non-subscriptable types.
+       * valarith.c (binop_types_user_defined_p): New, abstracted out
+       from ...
+       (binop_user_defined_p): ... this.
+       * value.h (binop_types_user_defined_p): Declare.
+
 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
 
        * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
This page took 0.024638 seconds and 4 git commands to generate.