NetBSD/lib/libpthread/arch/i386
nathanw 45204d9ceb Punt to setcontext() system call if the PSL_T bit (single-step trap)
is set, so that the single-step trap happens in the thread's context
and not in the middle of _setcontext_u.

XXX might be able to do something here with iret, too, but it needs
more testing.
2004-11-30 21:05:01 +00:00
..
_context_u.S
_getsetc.S Punt to setcontext() system call if the PSL_T bit (single-step trap) 2004-11-30 21:05:01 +00:00
genassym.cf Remove possible race condition in upcall recycling. 2003-09-07 14:47:44 +00:00
pthread_md.c add __RCSID() 2003-03-08 08:03:34 +00:00
pthread_md.h Add ucontext conversion macros for an "extra" register set. 2004-02-11 21:04:10 +00:00
pthread_switch.S s/the the/the/ (only in sources that aren't regularly imported from 2004-04-23 02:58:27 +00:00