Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2004 21:01:16 -0800 (PST)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread_dbg Makefile pthread_dbg.c pthread_dbg.h pthread_dbg_int.h src/lib/libpthread_dbg/arch/i386 pthread_dbg_md.c
Message-ID:  <200402040501.i1451Gir058159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2004/02/03 21:01:16 PST

  FreeBSD src repository

  Added files:
    lib/libpthread_dbg   Makefile pthread_dbg.c pthread_dbg.h 
                         pthread_dbg_int.h 
    lib/libpthread_dbg/arch/i386 Makefile.inc 
    lib/libpthread_dbg/arch/i386/i386 pthread_dbg_md.c 
  Log:
  Import initial work of libpthread debugging. This is a debugger independent
  friend library for libpthread, the library will be used by debugger to
  read/write libpthread's internal data structures.
  
  Revision  Changes    Path
  1.1       +20 -0     src/lib/libpthread_dbg/Makefile (new)
  1.1       +5 -0      src/lib/libpthread_dbg/arch/i386/Makefile.inc (new)
  1.1       +106 -0    src/lib/libpthread_dbg/arch/i386/i386/pthread_dbg_md.c (new)
  1.1       +562 -0    src/lib/libpthread_dbg/pthread_dbg.c (new)
  1.1       +139 -0    src/lib/libpthread_dbg/pthread_dbg.h (new)
  1.1       +68 -0     src/lib/libpthread_dbg/pthread_dbg_int.h (new)



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