Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb enable kernel stack frames now th...



details:   https://anonhg.NetBSD.org/src/rev/0c64d944cfa6
branches:  trunk
changeset: 770749:0c64d944cfa6
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 31 18:40:40 2011 +0000

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

diffstat:

 external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 53f46dbe6294 -r 0c64d944cfa6 external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c
--- a/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c        Mon Oct 31 18:37:01 2011 +0000
+++ b/external/gpl3/gdb/dist/gdb/i386nbsd-tdep.c        Mon Oct 31 18:40:40 2011 +0000
@@ -448,10 +448,9 @@
   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.  */



Home | Main Index | Thread Index | Old Index