Some notes about debugging
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 10 Mar 2008 21:15:31 +0000 (21:15 +0000)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 10 Mar 2008 21:15:31 +0000 (21:15 +0000)
src/gallium/README.portability

index c70ca774da06a0c76580303183490e024a957aa3..ab0c19784766a594e5977848689602e228bba216 100644 (file)
@@ -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.