cvs commit: src/lib/libthread_db thread_db.c thread_db_int.h

Marcel Moolenaar marcel at FreeBSD.org
Thu Jul 31 20:26:06 UTC 2008


marcel      2008-07-31 20:25:52 UTC

  FreeBSD src repository

  Modified files:
    lib/libthread_db     thread_db.c thread_db_int.h 
  Log:
  SVN rev 181065 on 2008-07-31 20:25:52Z by marcel
  
  Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} to
  help abstract the sizes and endianness of the primary types of
  the target.  These currently use the native characteristics.
  
  Revision  Changes    Path
  1.8       +169 -0    src/lib/libthread_db/thread_db.c
  1.5       +10 -0     src/lib/libthread_db/thread_db_int.h


More information about the cvs-src mailing list