NOTICE: This package has been removed from pkgsrc

./devel/libpthread_dbg, POSIX Debug Threads Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 20161124nb1, Package name: libpthread_dbg-20161124nb1, Maintainer: pkgsrc-users

The pthread_dbg library provides an implementation of the standard POSIX
threads library debugging facilities.

The NetBSD implementation is based on 1:1 thread model, therefore each
pthread(3) has a kernel thread, called a light-weight process (LWP).

Note that the system private thread interfaces upon which the pthread(3)
library is built are subject to change without notice. In order to
remain compatible with future NetBSD releases, programs must be linked
against the dynamic version of the thread library. Statically linked
programs using the POSIX threads framework may not work when run on a
future version of the system.

The pthread_dbg library is designed to be used in debuggers and to
control and introspect the NetBSD implementation of the POSIX threads.
Software may use native LWP threads without pthread(3) layer, in that
case pthread_dbg cannot be used.


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2020-10-24 18:07:36 by Kamil Rytarowski | Files touched by this commit (38) | Package removed
Log message:
Remove libpthread_dbg

Legacy library out of sync with NetBSD libpthread and without any users.
It used to mimic SunOS style M:N threading debugging and linux thread_db,
that are no relevant for NetBSD.
   2019-12-22 23:23:55 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Consistently disable PIC archives. Bump revision.
   2017-03-23 14:38:27 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Remove empty distinfo.
   2017-02-08 03:06:34 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Set libpthread_dbg valid only on NetBSD
   2017-02-08 02:37:38 by Kamil Rytarowski | Files touched by this commit (4)
Log message:
Import pthread_dbg(3) ATF tests

These files currently aren't attached to the package's Makefile.

Sponsored by <The NetBSD Foundation>
   2017-02-08 02:02:20 by Kamil Rytarowski | Files touched by this commit (35)
Log message:
Import libpthread_dbg-20161124 as devel/libpthread_dbg.

The pthread_dbg library provides an implementation of the standard POSIX
threads library debugging facilities.

The NetBSD implementation is based on 1:1 thread model, therefore each
pthread(3) has a kernel thread, called a light-weight process (LWP).

Note that the system private thread interfaces upon which the pthread(3)
library is built are subject to change without notice.  In order to
remain compatible with future NetBSD releases, programs must be linked
against the dynamic version of the thread library.  Statically linked
programs using the POSIX threads framework may not work when run on a
future version of the system.

The pthread_dbg library is designed to be used in debuggers and to
control and introspect the NetBSD implementation of the POSIX threads.
Software may use native LWP threads without pthread(3) layer, in that
case pthread_dbg cannot be used.

Sponsored by <The NetBSD Foundation>