Source-Changes archive

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

CVS commit: [nathanw_sa] basesrc/lib/libpthread



Module Name:    basesrc
Committed By:   nathanw
Date:           Tue Jul 17 20:22:41 UTC 2001

Modified Files:
        basesrc/lib/libpthread [nathanw_sa]: Makefile pthread.c pthread_int.h
Added Files:
        basesrc/lib/libpthread [nathanw_sa]: debuglog.c pthread_debug.c

Log Message:
Add a mechanisim for debugging that is less likely to change scheduling
behaviour than using printf (writing to a shared memory segment), and a
simple tool for dumping the buffer. Partly inspired by the kernel msgbuf
code.


To generate a diff of this commit:
cvs rdiff -r1.8.2.3 -r1.8.2.4 basesrc/lib/libpthread/Makefile
cvs rdiff -r0 -r1.1.2.1 basesrc/lib/libpthread/debuglog.c \
    basesrc/lib/libpthread/pthread_debug.c
cvs rdiff -r1.1.2.4 -r1.1.2.5 basesrc/lib/libpthread/pthread.c
cvs rdiff -r1.1.2.5 -r1.1.2.6 basesrc/lib/libpthread/pthread_int.h

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