Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/savecore



Module Name:    src
Committed By:   ad
Date:           Mon Oct 20 10:34:54 UTC 2008

Modified Files:
        src/sbin/savecore: savecore.c

Log Message:
- Add code to produce a fake ELF kernel containing only symbol info. Done
  by extracting ksyms state from the dump, so we have symbols for modules
  loaded at the time of the crash. If ksyms extraction fails, this falls
  back to the current behaviour of copying /netbsd.

- Leave it disabled for the moment: (1) we are about to branch (2) most
  tools understand the artificial kernel but gdb has trouble with it for
  some reason.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sbin/savecore/savecore.c

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