cvs commit: src/lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h src/sys/sys procfs.h

Marcel Moolenaar marcel at FreeBSD.org
Wed Jul 30 18:17:58 UTC 2008


marcel      2008-07-30 00:59:19 UTC

  FreeBSD src repository

  Modified files:
    lib/libthread_db     libpthread_db.c libthr_db.c thread_db.c 
                         thread_db.h thread_db_int.h 
    sys/sys              procfs.h 
  Log:
  SVN rev 180982 on 2008-07-30 00:59:19Z by marcel
  
  Change the type of psaddr_t from void* to uintptr_t. A pointer
  type cannot be made wider to allow ILP32 platforms to target
  LP64 platforms.
  
  Revision  Changes    Path
  1.17      +7 -9      src/lib/libthread_db/libpthread_db.c
  1.14      +12 -13    src/lib/libthread_db/libthr_db.c
  1.6       +2 -2      src/lib/libthread_db/thread_db.c
  1.7       +2 -1      src/lib/libthread_db/thread_db.h
  1.4       +2 -2      src/lib/libthread_db/thread_db_int.h
  1.6       +1 -1      src/sys/sys/procfs.h


More information about the cvs-all mailing list