2002-11-05 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b1e8d19aef5b233f24d66be1d2144b5d440944b8..dc7f7eb03a99f1e69117da089660d737345b1513 100644 (file)
@@ -1,3 +1,29 @@
+2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * varobj.c (child_exists, cplus_number_of_children): Change
+       STREQ macro references to strcmp.
+       (cplus_name_of_child): Change code to handle the fact that
+       fields are not necessarily contiguous with regards to their 
+       access control. This is a fix for PR gdb/792.
+
+2002-11-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
+       * gdbarch.h, gdbarch.c: Regnerate.
+       * frame.h (frame_register): Declare.
+       * frame.c (frame_register): New function.
+       (get_saved_register): Test GET_SAVED_REGISTER_P before calling
+       GET_SAVED_REGISTER, otherwize call
+       generic_unwind_get_saved_register.
+       (frame_register_read): Use frame_register instead of
+       get_saved_register.
+
+2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
+       
+        From Jim Ingham  <jingham@apple.com>:
+       * event-top.c (gdb_disable_readline): New function.
+       (_initialize_event_loop): Move comment.
+
 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
 
        * event-loop.c (start_event_loop): Add comment.
This page took 0.02559 seconds and 4 git commands to generate.