cvs commit: src/sys/sys kse.h src/sys/kern kern_kse.c
David Xu
davidxu at FreeBSD.org
Sun Aug 8 15:32:21 PDT 2004
davidxu 2004-08-08 22:32:21 UTC
FreeBSD src repository
Modified files:
sys/sys kse.h
sys/kern kern_kse.c
Log:
1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a bound
thread, after the bound thread leaves critical region, the thread should
check debug flag may suspend itself by using the command.
2.Schedule upcall after thread is suspended by debugger
3.Wakeup upcall thread after process suspension.
Reviewed by: deischen
Revision Changes Path
1.192 +46 -29 src/sys/kern/kern_kse.c
1.26 +5 -4 src/sys/sys/kse.h
More information about the cvs-src
mailing list