From: José Fonseca Date: Mon, 10 Mar 2008 21:15:31 +0000 (+0000) Subject: Some notes about debugging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34497eabc803fd979c58824d4737cabde1fb47e5;p=mesa.git Some notes about debugging --- diff --git a/src/gallium/README.portability b/src/gallium/README.portability index c70ca774da0..ab0c1978476 100644 --- a/src/gallium/README.portability +++ b/src/gallium/README.portability @@ -39,5 +39,6 @@ portable way. == Debugging == -TODO +* Use the functions/macros in p_debug.h. +* Don't include assert.h, call abort, printf, etc.