* mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
[binutils-gdb.git] / gdb / ChangeLog
index 73d7624551e8f04c834e3feba4652174ffec4e90..cbcd0e6b9f340674e3ba04491f39d41756d6ca66 100644 (file)
@@ -1,3 +1,83 @@
+2009-01-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
+       previous change.
+
+2009-01-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (extended_remote_mourn_1): Invalidate our notion of
+       current general thread.
+
+2009-01-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
+       without a live selected thread.
+
+2009-01-14  Joel Brobecker  <brobecker@adacore.com>
+
+       Update the copyright notice of some of the files I missed
+       in the previous copyright update.
+
+2009-01-14  Joel Brobecker  <brobecker@adacore.com>
+
+       * windows-nat.c (handle_unload_dll): Use %p to print the DLL
+       base address instead of casting it to DWORD.
+
+2009-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
+       for NULL frame pointers.
+
+2009-01-13  Mark Kettenis  <kettenis@gnu.org>
+
+       * utils.c (host_address_to_string): Reimplement in a way that
+       avoids the cast of the address to long.
+
+2009-01-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * mdebugread.c (parse_symbol): Save the symbol private data
+       using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
+       (psymtab_to_symtab_1): Likewise.
+       (parse_procedure): Declare variable "e" only in the scope
+       where it is used. Extract the symbol private data using
+       SYMBOL_VALUE_BYTES.
+
+2009-01-13  Jim Blandy  <jimb@codesourcery.com>
+
+       Abstract out common code for copying value locations.
+
+       * value.h (set_value_component_location): New declaration.
+       * value.c (set_value_component_location): New function.
+       (value_primitive_field): Use it.
+       * valarith.c (value_subscript, value_subscripted_rvalue): Same.
+       * valops.c (search_struct_field, value_slice): Same.
+       * ada-lang.c (coerce_unspec_val_to_type)
+       (ada_value_primitive_packed_val): Same.
+
+2009-01-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
+
+2009-01-12  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
+       throughout.
+       * i386-cygwin-tdep.c: Ditto.
+       * i386-windows-nat.c: Ditto.
+       * windows-nat.h: Ditto.
+       * windows-tdep.c: Ditto.
+       * windows-tdep.h: Ditto.
+       * windows-nat.c: Ditto.
+       (cygwin_load_start): Redefine as CORE_ADDR.
+       (cygwin_load_end): Ditto.
+       (windows_make_so): Coerce result of address arithmetic to to uintptr_t
+       before coercing to CORE_ADDR to avoid a compiler warning.
+       (handle_exception): Define addr as CORE_ADDR and coerce
+       ExceptionAddress to uintptr_t before assigining to avoid a compiler
+       warning.
+       * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
+       files.
+
 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Fix linking with --enable-targets=all: