From c37aacc7e9f0484e44ace7d78b03f4e8ef601d2a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 1 Jun 2009 10:49:38 +0000 Subject: [PATCH] Added API warning for the recently added ANNOTATE_*() macro's. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10190 --- drd/drd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drd/drd.h b/drd/drd.h index 2279665a5..19c4a82b6 100644 --- a/drd/drd.h +++ b/drd/drd.h @@ -84,6 +84,11 @@ */ #define DRD_TRACE_VAR(x) DRDCL_(trace_range)(&(x), sizeof(x)) +/* !! APIWARNING !! APIWARNING !! APIWARNING !! APIWARNING !! + The semantics and the names of the macro's defined below are still + under discussion and subject to change without notice. +*/ + /** * Tell DRD to insert a mark. addr is either the address of a pthread condition * variable or the address of an object that is not a pthread synchronization @@ -210,6 +215,11 @@ */ #define ANNOTATE_THREAD_NAME(name) DRDCL_(set_thread_name)(name) +/* !! APIWARNING !! APIWARNING !! APIWARNING !! APIWARNING !! + The semantics and the names of the macro's defined above are still + under discussion and subject to change without notice. +*/ + /* !! ABIWARNING !! ABIWARNING !! ABIWARNING !! ABIWARNING !! This enum comprises an ABI exported by Valgrind to programs