Allow hiding of some filtered frames
[deliverable/binutils-gdb.git] / gdb / extension.h
index 943792db29e0756da35badc3dcbf1cccc47edc3b..a97292875a64f98b580e6e3a89c22e9516c1e25c 100644 (file)
@@ -103,6 +103,9 @@ enum frame_filter_flag
 
     /* Set this flag if a "More frames" message is to be printed.  */
     PRINT_MORE_FRAMES = 1 << 4,
+
+    /* Set this flag if elided frames should not be printed.  */
+    PRINT_HIDE = 1 << 5,
   };
 
 DEF_ENUM_FLAGS_TYPE (enum frame_filter_flag, frame_filter_flags);
This page took 0.027896 seconds and 4 git commands to generate.