Add support for dumping RS objects to aid in debugging of white blocks bug.
diff --git a/rsObjectBase.h b/rsObjectBase.h
index dc85ac7..f247022 100644
--- a/rsObjectBase.h
+++ b/rsObjectBase.h
@@ -49,6 +49,7 @@
     void setContext(Context *);
 
     static void zeroAllUserRef(Context *rsc);
+    static void dumpAll(Context *rsc);
 
     virtual void dumpLOGV(const char *prefix) const;