Add support for dumping RS objects to aid in debugging of white blocks bug.
diff --git a/rsContext.cpp b/rsContext.cpp
index deb9592..08ed725 100644
--- a/rsContext.cpp
+++ b/rsContext.cpp
@@ -819,6 +819,11 @@
     rsc->setPriority(p);
 }
 
+void rsi_ContextDump(Context *rsc, int32_t bits)
+{
+    ObjectBase::dumpAll(rsc);
+}
+
 }
 }