Source-Changes archive

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

CVS commit: [netbsd-2] src/lib/libpthread_dbg



Module Name:    src
Committed By:   snj
Date:           Sat Aug 27 05:12:43 UTC 2005

Modified Files:
        src/lib/libpthread_dbg [netbsd-2]: pthread_dbg.c pthread_dbg_int.h

Log Message:
Pull up following revision(s) (requested by riz in ticket #5615):
        lib/libpthread_dbg/pthread_dbg_int.h: revision 1.5
        lib/libpthread_dbg/pthread_dbg.c: revision 1.23
Avoid depending on declarations of struct reg and struct fpreg by using
the proc_regsize() callback to allocate reg and fpreg buffers as part of the
proc state (lazily initialized by the PT_STATE_RUNNING case of
td_thr_suspend()).
Fixes build on sh3 (and probably sh5) platforms.


To generate a diff of this commit:
cvs rdiff -r1.16.4.1 -r1.16.4.2 src/lib/libpthread_dbg/pthread_dbg.c
cvs rdiff -r1.3.4.1 -r1.3.4.2 src/lib/libpthread_dbg/pthread_dbg_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