Date: Sat, 13 Feb 2010 11:47:04 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb kthr.c Message-ID: <201002131147.o1DBlHJm010174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2010-02-13 11:47:04 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/kgdb kthr.c
Log:
SVN rev 203823 on 2010-02-13 11:47:04Z by avg
kgdb: initialize n_type field of nlist entry for kvm_nlist call
kvm_nlist skips lookup for entries that have n_type != N_UNDF.
N_UNDF happens to be zero, so n_type typically has a correct
value by accident, but not always.
Note: jhb has a patch that replaces kvm_nlist use with direct
gdb parsing.
MFC after: 5 days
X-MFC-Note: unless jhb commits kvm_nlist => kgdb_parse change
Revision Changes Path
1.13 +1 -0 src/gnu/usr.bin/gdb/kgdb/kthr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002131147.o1DBlHJm010174>
