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 c70ca77..ab0c197 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.