Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   matt
Date:           Thu May  8 20:26:40 UTC 2003

Modified Files:
        src/sys/kern: core_elf32.c

Log Message:
Make we keep track of the file sizes in a size_t, not an int.  Also break
out the writing of an lwp's registers to a separate function.  XXX Although
not really the correct way to do this, make the thread that caused the
coredump has it's register set written first so GDB is happy.  (this is a
bridge until TRT is done).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/kern/core_elf32.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