Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/conf
Module Name: src
Committed By: joerg
Date: Thu Jan 17 20:14:50 UTC 2008
Modified Files:
src/sys/conf: Makefile.kern.inc files
Added Files:
src/sys/conf: debugsyms.c
Log Message:
Add a stub file that includes a bunch of kernel headers and always get
compiled with -g. For the initial set, netbsd on amd64 grows by around
80KB. This allows much easier use of GDB for post-mortem debugging as
it can understand the layout of data structures. The additional data can
be strip(1)ped off normally for size constraint environments.
To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 src/sys/conf/Makefile.kern.inc
cvs rdiff -r0 -r1.1 src/sys/conf/debugsyms.c
cvs rdiff -r1.886 -r1.887 src/sys/conf/files
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index