Module Name:    src
Committed By:   christos
Date:           Mon Oct 31 18:40:40 UTC 2011

Modified Files:
        src/external/gpl3/gdb/dist/gdb: i386nbsd-tdep.c

Log Message:
enable kernel stack frames now that I have tested them.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c
diff -u src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c:1.4 src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c:1.5
--- src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c:1.4	Sat Oct  8 17:47:52 2011
+++ src/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c	Mon Oct 31 14:40:40 2011
@@ -448,10 +448,9 @@ i386nbsd_init_abi (struct gdbarch_info i
   tramp_frame_prepend_unwinder (gdbarch, &i386nbsd_sigtramp_si2);
   tramp_frame_prepend_unwinder (gdbarch, &i386nbsd_sigtramp_si31);
   tramp_frame_prepend_unwinder (gdbarch, &i386nbsd_sigtramp_si4);
-#ifdef notyet
+
   /* Unwind kernel trap frames correctly.  */
   frame_unwind_prepend_unwinder (gdbarch, &i386nbsd_trapframe_unwind);
-#endif
 }
 
 /* NetBSD ELF.  */

Reply via email to