From owner-cvs-src@FreeBSD.ORG Thu Jul 31 20:26:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1EE710656D1; Thu, 31 Jul 2008 20:26:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3D438FC08; Thu, 31 Jul 2008 20:26:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6VKQ5X2040130; Thu, 31 Jul 2008 20:26:05 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6VKQ5Fe040129; Thu, 31 Jul 2008 20:26:05 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200807312026.m6VKQ5Fe040129@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Thu, 31 Jul 2008 20:25:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthread_db thread_db.c thread_db_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 20:26:06 -0000 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