Date: Wed, 23 Aug 2006 19:16:18 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_amd64.c Message-ID: <200608231916.k7NJGIZ9038841@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-08-23 19:16:17 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_amd64.c Log: Remove special handling for PC == 0. With this, kgdb can now properly unwind across a page fault due to a null function pointer. It does a better job than ddb now in fact. Reviewed by: marcel MFC after: 3 days Revision Changes Path 1.7 +1 -6 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608231916.k7NJGIZ9038841>