* symtab.c (append_exact_match_to_sals): New function, extracted
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3740c81d8538de7b262c6a5b42e61958c01b5712..1d932f85a95bc54c7b65222dff7c43dd5dd036f3 100644 (file)
@@ -1,3 +1,81 @@
+2009-04-27  Jerome Guitton  <guitton@adacore.com>
+
+       * symtab.c (append_exact_match_to_sals): New function, extracted
+       from expand_line_sal.
+       (expand_line_sal): Use append_exact_match_to_sals to append exact
+       matches. If none found, append all best items.
+
+2009-04-27  Jerome Guitton  <guitton@adacore.com>
+
+       * main.c (captured_main): Move gdbinit lookups after gdb_init.
+
+2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR gdb/9675:
+       * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
+       (read_func_scope): Call inherit_abstract_dies.
+
+2009-04-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (ALLDEPFILES): Remove duplicate entries for
+       sparc-sol2-nat.c and sparc-sol2-tdep.c.
+
+       * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
+
+2009-04-24  Pierre Muller  <muller.u-strasbg.fr>
+
+       ARI change: Use "/* ARI: rule */" pattern.
+       * utils.c: Update ARI patterns.
+       * gdb_dirent.h: Likewise.
+
+2009-04-23  Anthony Green  <green@moxielogic.com>
+
+       * MAINTAINERS: Add moxie target.
+       * configure.tgt: Add moxie-*-elf target.
+       * moxie-tdep.c: New file.
+       * moxie-tdep.h: New file.
+
+2009-04-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c: Remove an extra empty line. No code change.
+
+2009-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix double free on error inserting the breakpoint instruction.
+       * breakpoint.c (create_breakpoints): Move the
+       update_global_location_list call to ...
+       (break_command_really): ... here together with the second local call
+       both unified after all the cleanups.
+
+2009-04-23  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * configure, config.in: Regenerate.
+       * configure.ac: Support for relocatable GDB datadir.  Use
+       GDB_AC_WITH_DIR.  Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
+       * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
+       * top.c (init_main): Add "set data-directory".
+       * defs.h (gdb_datadir): Declare.
+       * main.c (gdb_datadir): New global.
+       (captured_main): Initialize gdb_datadir.  Use relocate_directory.
+       (relocate_path): New function.
+       (relocate_directory): Likewise.
+       (get_init_files): Use relocate_path.
+       (README): Mention --with-gdb-datadir.
+
+2009-04-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-tasks (task_command_1): Call target_find_new_threads.
+
+2009-04-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * stack.c (do_gdb_disassembly): Print the exception message if an
+       error was thrown while trying to perform the disassembly.
+
+2009-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * varobj.c (free_variable): Replace free_current_contents by xfree.
+
 2009-04-22  Kazu Hirata  <kazu@codesourcery.com>
 
        * arm-linux-nat.c (fetch_register, store_register): Use
This page took 0.02412 seconds and 4 git commands to generate.