Module Name: src Committed By: christos Date: Mon Sep 26 02:35:33 UTC 2011
Modified Files: src/external/gpl3/gdb/dist/gdb: amd64nbsd-tdep.c Log Message: Disable our custom stack unwinder for now. It is completely broken now because gdb asserts when a frame returns 0. In previous versions of gdb, it just printed 0, and stopped scanning. Our unwinder produces the same results in both versions of gdb, i.e. it is broken and worse than the current gdb default. We will need to revisit this for kernel debugging. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/amd64nbsd-tdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.