Module Name: src Committed By: christos Date: Sat Oct 8 21:47:52 UTC 2011
Modified Files: src/external/gpl3/gdb/dist/gdb: amd64nbsd-tdep.c i386nbsd-tdep.c Log Message: - Don't use the unwind register get functions; you end up in an assertion trying to unwind while unwinding; plus the sniffer is not allowed to unwind. - Return the outer frame to terminate not the null frame. This fixes the kernel track unwinder, so enable it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c cvs rdiff -u -r1.3 -r1.4 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.