Internal error while loading core on alpha-tru64.
[binutils-gdb.git] / gdb / ChangeLog
index 1800983facf253d53cb6339399607ab473715bb5..a31122751c39420d69ae348ea7ca417490eaf21c 100644 (file)
@@ -1,5 +1,53 @@
+2009-12-31  Joel Brobecker  <brobecker@adacore.com>
+
+       Internal error while loading core on alpha-tru64.
+       * corelow.c (core_open): Delete unused local variables.
+       Use inferior_appeared instead of add_inferior_silent.
+
+2009-12-30  Stan Shebs  <stan@codesourcery.com>
+
+       * tracepoint.c (trace_status_command): Add some status output.
+
+20090-12-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+            Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * breakpoint.c (update_watchpoint): Change b->type to
+       bp_watchpoint before calling hw_watchpoint_used_count.
+
+2009-12-30  Joel Brobecker  <brobecker@adacore.com>
+
+       Fix build failure in inf-ptrace.c.
+       * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
+
+2009-12-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint.c (watchpoint_check): Expand the function description.
+
+2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * valarith.c (value_equal_contents): New function.
+       * value.h (value_equal_contents): Declare.
+       * breakpoint.c (watchpoint_check): Use value_equal_contents
+       instead of value_equal.
+
+2009-12-30  Stan Shebs  <stan@codesourcery.com>
+
+       Add default-collect variable.
+       * tracepoint.c (default_collect): New global.
+       (encode_actions): Use it.
+       (download_tracepoint): Test it, for otherwise
+       action-less tracepoints.
+       (_initialize_tracepoint): Add set/show.
+       * NEWS: Mention default-collect.
+
 2009-12-29  Stan Shebs  <stan@codesourcery.com>
 
+       * language.c (pointer_type): Un-comment out.
+       * ax-gdb.c: Include language.h, use pointer_type throughout
+       instead of testing TYPE_CODE_PTR.
+       (gen_fetch): Include TYPE_CODE_REF.
+       (gen_cast): Ditto.
+
        * ax-gdb.c (gen_expr): Handle logical and, logical or, and
        conditional expressions.