gdb/mi: New commands to catch C++ exceptions
[deliverable/binutils-gdb.git] / gdb / block.h
index d32114b9f5952d9e4bc0385c8528437c604a4242..9291deb61318fb35ecd998be2e9b38adc6489346 100644 (file)
@@ -107,7 +107,7 @@ struct block
      case of C) is the STATIC_BLOCK.  The superblock of the
      STATIC_BLOCK is the GLOBAL_BLOCK.  */
 
-  struct block *superblock;
+  const struct block *superblock;
 
   /* This is used to store the symbols in the block.  */
 
This page took 0.026123 seconds and 4 git commands to generate.