2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f9e9ae058061f8a55b12c9fc30d46a310084acd3..493d9b47802130073350248ac05532164a7a7a43 100644 (file)
@@ -1,3 +1,25 @@
+2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       win32-nat.c (last_sig): Changed type of variable to target_signal,
+       to allow easier handling of pass state.
+       (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
+       that gives exception name and address.
+       (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
+       and set last_sig value to ourstatus->value.sig. Some missing 
+       exceptions added.
+       (child_continue): Correctly report continue_status.     
+       (get_child_debug_event,do_initial_child_stuff): Set last_sig to 
+       TARGET_SIGNAL_0 (new default value).
+       (child_resume): consider sig argument passed to decide if 
+       the exception should be passed to debuggee or not.
+
+2002-02-05  Michael Snyder  <msnyder@redhat.com>
+
+       * regcache.c (fetch_register): Call target_fetch_register
+       only if we don't call FETCH_PSEUDO_REGISTER.
+       (store_register): Call target_store_register only if we
+       don't call STORE_PSEUDO_REGISTER.
+
 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
 
        * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
This page took 0.023498 seconds and 4 git commands to generate.