From owner-svn-src-all@FreeBSD.ORG Thu Jun 26 22:38:07 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2477F2B0; Thu, 26 Jun 2014 22:38:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 121FA2072; Thu, 26 Jun 2014 22:38:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QMc6Dx058561; Thu, 26 Jun 2014 22:38:06 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QMc6DC058560; Thu, 26 Jun 2014 22:38:06 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201406262238.s5QMc6DC058560@svn.freebsd.org> From: Rui Paulo Date: Thu, 26 Jun 2014 22:38:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267940 - head/cddl/lib/libdtrace X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 22:38:07 -0000 Author: rpaulo Date: Thu Jun 26 22:38:06 2014 New Revision: 267940 URL: http://svnweb.freebsd.org/changeset/base/267940 Log: Add stubs for CTF functions which are not yet implemented. MFC after: 2 weeks Modified: head/cddl/lib/libdtrace/libproc_compat.h Modified: head/cddl/lib/libdtrace/libproc_compat.h ============================================================================== --- head/cddl/lib/libdtrace/libproc_compat.h Thu Jun 26 21:49:27 2014 (r267939) +++ head/cddl/lib/libdtrace/libproc_compat.h Thu Jun 26 22:38:06 2014 (r267940) @@ -45,8 +45,10 @@ #define Pgrab_error strerror #define Plmid_to_map(p, l, o) proc_obj2map((p), (o)) #define Plookup_by_addr proc_addr2sym +#define Pname_to_ctf(p, obj) NULL #define Pname_to_map proc_name2map #define Pobject_iter proc_iter_objs +#define Pobject_iter_resolved(p, f, arg) 1 #define Pobjname proc_objname #define Pread proc_read #define Prd_agent proc_rdagent