It turns out that 1.2 wasn't botched after all. (I was failing to take
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 5f09ca886866d5cb37d35457021fb261720d2fa3..c43413965ae14cfa3756366d6730803e88fbf6aa 100644 (file)
@@ -538,6 +538,13 @@ dcache_info (exp, tty)
     }
 }
 
+/* Turn dcache on or off. */
+void
+set_dcache_state (int what)
+{
+  dcache_enabled_p = !!what;
+}
+
 void
 _initialize_dcache ()
 {
This page took 0.024834 seconds and 4 git commands to generate.