* config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 4 Jun 2003 05:25:10 +0000 (05:25 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 4 Jun 2003 05:25:10 +0000 (05:25 +0000)
        * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.

gdb/ChangeLog
gdb/alpha-osf1-tdep.c
gdb/config/alpha/alpha-osf1.mt

index 1a9aab7..59204f4 100644 (file)
@@ -1,5 +1,10 @@
 2003-06-03  J. Brobecker  <brobecker@gnat.com>
 
+       * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
+       * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
+
+2003-06-03  J. Brobecker  <brobecker@gnat.com>
+
        * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
        references to struct frame_info fields by calls to the equivalent
        accessors. Necessary now that frame_info is opaque.
index 8cd112d..ca757de 100644 (file)
@@ -75,6 +75,9 @@ alpha_osf1_init_abi (struct gdbarch_info info,
 {
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
 
+  /* Hook into the MDEBUG frame unwinder.  */
+  alpha_mdebug_init_abi (info, gdbarch);
+
   set_gdbarch_pc_in_sigtramp (gdbarch, alpha_osf1_pc_in_sigtramp);
   /* The next/step support via procfs on OSF1 is broken when running
      on multi-processor machines. We need to use software single stepping
index 29212c9..2a47bd4 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Little-endian Alpha
-TDEPFILES= alpha-tdep.o alpha-osf1-tdep.o
+TDEPFILES= alpha-tdep.o alpha-osf1-tdep.o alpha-mdebug-tdep.o
 TM_FILE= tm-alpha.h