* completer.c (add_struct_fields): Check type_name against NULL
[binutils-gdb.git] / gdb / ChangeLog
index a1f37c6111928dbde666137a05368017a9d2ce41..0f575512c7bf62a599ba300851d4f7230a29bd68 100644 (file)
@@ -1,3 +1,52 @@
+2009-02-03  Tom Tromey  <tromey@redhat.com>
+
+       * completer.c (add_struct_fields): Check type_name against NULL
+       before use.
+
+2009-02-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * MAINTAINERS: Update Elena's email address.
+
+2009-02-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint (update_watchpoint): Minor comment adjustment.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/9594:
+       * completer.c (count_struct_fields): Count method names.
+       (add_struct_fields): Add matching method names.
+
+2009-02-02  Doug Evans  <dje@google.com>
+
+       * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
+       doing any further tcl/tk configury.  Don't configure gdbtk if
+       tcl or tk check fails.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2009-02-02  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/9059:
+       * valops.c (find_overload_match): Follow typedefs before taking
+       address of object argument.
+
+2009-02-01  Doug Evans  <dje@google.com>
+
+       * target.h (target_waitstatus_to_string): Declare.
+       * target.c (target_waitstatus_to_string): New function.  Copied from
+       debug_to_wait.  Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
+       TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
+       TARGET_WAITKIND_NO_HISTORY.
+       (debug_to_wait): Call it.
+       * infrun.c (wait_for_inferior): If debug_infrun, print result of
+       target_wait.
+       (fetch_inferior_event): Ditto.
+
+2009-01-30  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
+
 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
 
        PR 8145.