Fix earlier changelog errors.
authorMichael Snyder <msnyder@vmware.com>
Mon, 14 Mar 2011 21:33:24 +0000 (21:33 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 14 Mar 2011 21:33:24 +0000 (21:33 +0000)
gdb/ChangeLog
gdb/gdbserver/ChangeLog

index 16e197bb6602818f49a894f4dc08895da9312450..0ae69015dec7c5241fa7d5fc00473ab33fa94c02 100644 (file)
        (cmd_qtbuffer): Ditto.
        (cmd_bigqtbuffer): Ditto.
 
-       * gdbserver/tracepoint.c (tracepoint_finish_step): Fix
-       loop variable.
-
-       * gdbserver/server.c (handle_v_run): Free alloced buffer on early
-       return.
-
 2011-03-10  Tom Tromey  <tromey@redhat.com>
 
        * tracepoint.c (trace_actions_command): Update.
        * symfile.c (simple_overlay_update): Check for null return value
        from lookup_minimal_symbol.
 
-       * gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc.
-
        * xml-syscall.c (syscall_start_syscall): Assert name is non null.
 
 2011-03-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
        * mdebugread.c (parse_partial_symbols): Fix indent.
 
-       * gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
-       with xmalloc.
-
        * target-descriptions.c (tdesc_gdb_type): No need to call
        xstrdup, callee saves a copy.
 
index ab5e9498354b1237ce888aea49c1f67b992a36c7..4f1ea87b7c404741698fb168f17070873c11c783 100644 (file)
@@ -1,12 +1,18 @@
 2011-03-14  Michael Snyder  <msnyder@vmware.com>
 
-       * gdbserver/hostio.c (handle_close): Remove unnecessary null test.
+       * hostio.c (handle_close): Remove unnecessary null test.
 
 2011-03-10  Joel Brobecker  <brobecker@adacore.com>
 
        * Makefile.in (maintainer-clean realclean distclean): Remove
        "make ...  subdir_do" command.
 
+2011-03-10  Michael Snyder  <msnyder@vmware.com>
+
+       * tracepoint.c (tracepoint_finish_step): Fix loop variable.
+
+       * server.c (handle_v_run): Free alloced buffer on early return.
+
 2011-03-09  Yao Qi  <yao@codesourcery.com>
 
        Revert:
 
        * Makefile.in: Remove GNU make feature --directory.
 
+2011-03-04  Michael Snyder  <msnyder@vmware.com>
+
+       * server.c (queue_stop_reply): Call xmalloc not malloc.
+
+2011-03-02  Michael Snyder  <msnyder@vmware.com>
+
+       * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
+
 2011-02-28  Michael Snyder  <msnyder@vmware.com>
 
        * tracepoint.c (cmd_qtv): Discard unused value 'packet'.