[Fwd: cvs commit: src/sys/kern kern_fork.c kern_thr.c kern_thread.c src/sys/sys proc.h]

David Xu davidxu at freebsd.org
Tue Apr 13 18:44:21 PDT 2004


This commit would change the way how gdb searches a thread by using 
ptrace interface
in my thread debugging patch:
http://people.freebsd.org/~davidxu/kse/thread_db
the patch is now supporting libpthread and libthr, however because 
libthr is using another type
of thread identify  thr_id_t, if I follow the commit, the patch won't 
work, libthr and its interfaces
need to be changed to use integer tid, libpthread won't be affected 
because it never uses kernel
thread id.

David Xu

-------------- next part --------------
An embedded message was scrubbed...
From: Marcel Moolenaar <marcel at FreeBSD.org>
Subject: cvs commit: src/sys/kern kern_fork.c kern_thr.c kern_thread.c
         src/sys/sys proc.h
Date: Sat, 3 Apr 2004 07:59:13 -0800 (PST)
Size: 4013
Url: http://lists.freebsd.org/pipermail/freebsd-threads/attachments/20040414/79ceed73/attachment.mht


More information about the freebsd-threads mailing list