gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5181d4def9804e7875ddb3ac528a7e087957364c..fe5a572694978c93aaad456fbcb3faf8bebef0cc 100644 (file)
@@ -1,3 +1,126 @@
+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
This page took 0.024472 seconds and 4 git commands to generate.