Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2005 03:00:29 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr Makefile pthread.map src/lib/libthr/thread Makefile.inc thr_create.c thr_exit.c thr_init.c thr_list.c thr_private.h thr_symbols.c
Message-ID:  <200504120300.j3C30TVP056227@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2005-04-12 03:00:28 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr           Makefile pthread.map 
    lib/libthr/thread    Makefile.inc thr_create.c thr_exit.c 
                         thr_init.c thr_list.c thr_private.h 
                         thr_symbols.c 
  Log:
  Add debugger event reporting support, current only TD_CREATE and TD_DEATH
  events are reported.
  
  Revision  Changes    Path
  1.11      +1 -0      src/lib/libthr/Makefile
  1.3       +10 -5     src/lib/libthr/pthread.map
  1.10      +1 -0      src/lib/libthr/thread/Makefile.inc
  1.21      +18 -3     src/lib/libthr/thread/thr_create.c
  1.18      +3 -1      src/lib/libthr/thread/thr_exit.c
  1.22      +2 -0      src/lib/libthr/thread/thr_init.c
  1.4       +1 -1      src/lib/libthr/thread/thr_list.c
  1.46      +25 -4     src/lib/libthr/thread/thr_private.h
  1.2       +3 -2      src/lib/libthr/thread/thr_symbols.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504120300.j3C30TVP056227>