Add `set print array-indexes' tests for C/C++ arrays
[binutils-gdb.git] / gdb / ChangeLog-2008
index edce418c4f91d705756d46be3c6972981750b35c..a114e1c15f6edc85ed42a38510be87c442ee7a8a 100644 (file)
@@ -1,11 +1,3 @@
-2009-01-01  Pedro Alves  <pedro@codesourcery.com>
-
-       PR breakpoints/9681:
-       * exceptions.h (enum errors): New error type, MEMORY_ERROR.
-       * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
-       * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
-       retrow all other exceptions.
-
 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
 
        PR gdb/8812:
 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
 
        Allow all CLI command even if target is executing.
-       * gdb/top.c (execute_command_1): Don't check if the inferiour
+       * top.c (execute_command_1): Don't check if the inferiour
        is running.
 
 2008-07-13  Vladimir Prus  <vladimir@codesourcery.com>
 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        PR gdb/1147
-       * gdb/valopts.c (find_overload_match): Handle references
+       * valopts.c (find_overload_match): Handle references
        to pointers.
 
 2008-06-06  Paul N. Hilfinger  <hilfinger@adacore.com>
 2008-03-14  Vladimir Prus  <vladimir@codesourcery.com>
 
        Implement MI notification for new threads.
-       * doc/observer.texi (new_thread): Document.
        * observer.sh: Forward declare struct thread_info.
        * thread.c (add_thread): Notify observer.
 
 2008-01-30  Vladimir Prus  <vladimir@codesourcery.com>
 
        Use vector for varobj_list_children interface.
-       * gdb/varobj.c (varobj_list_children): Return vector
+       * varobj.c (varobj_list_children): Return vector
        of varobjs.
-       * gdb/varobj.h (varobj_list_children): Adjust
+       * varobj.h (varobj_list_children): Adjust
        prototype.
        (varobj_p): Declare.  Declare vector thereof.
        * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust