http://sourceware.org/ml/gdb-patches/2012-10/msg00032.html
[binutils-gdb.git] / gdb / ChangeLog
index aba3e0fd20df80cc2d0e8164911e89289bc1f4a4..e6867c62eec345ca2bad91bc1ff5830e5a714f8d 100644 (file)
@@ -1,3 +1,90 @@
+2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
+
+       * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
+       reset thread numbering back to 1.
+
+2012-10-11  Doug Evans  <dje@google.com>
+
+       PR breakpoints/14643.
+       * linespec.c (struct ls_parser): New member keyword_ok.
+       (linespec_lexer_lex_string): Add comment.
+       (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
+       for one.
+       (parse_linespec): Set keyword_ok.
+
+2012-10-10  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
+       "0x" prefix on address in log message.
+
+       * dwarf2read.c (read_1_byte): Add const to buf parameter.
+       (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
+       (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
+       (lookup_dwo_file): Add const to dwo_name parameter.
+       (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
+
+2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix crash during stepping on ppc32.
+       * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
+       SYM.
+
+2012-10-03  Doug Evans  <dje@google.com>
+
+       PR symtab/14601
+       * buildsym.c (buildsym_init): Reset using_directives to NULL.
+
+2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
+
+       * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
+       output and use uint32_t not long to ensure 4 byte size.
+
+2012-10-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * rs6000-nat.c (add_vmap): Set "last" to "next" after having
+       unref'ed it.
+
+2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
+
+       * target.c (simple_search_memory): Include access length in
+       warning message.
+
+2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
+           Edjunior Machado  <emachado@linux.vnet.ibm.com>
+
+       PR gdb/13989
+       * solib.c (solib_find): Prevent GDB from loading native libraries when
+       debugging a cross-target corefile.
+
+2012-09-28  selven  <pcthegreat@gmail.com>
+
+       Make definition match declaration.
+
+       * regcache.c (regcache_register_status): Change return type to
+       enum register_status.
+
+2012-09-28  Yao Qi  <yao@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_data_write_memory): Call
+       write_memory_with_notification instead of write_memory.
+       (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
+       instead of target_write_memory.
+
+2012-09-28  Yao Qi  <yao@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
+       when the length of content is not an even number.
+
+2012-09-27  Tom Tromey  <tromey@redhat.com>
+
+       Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
+       * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
+
+2012-09-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * sol-thread.c (sol_thread_fetch_registers)
+       (sol_thread_store_registers): Delete commented out code.
+
 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
 
        * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):