Make "bt N" print correct number of frames when using a frame filter
[deliverable/binutils-gdb.git] / gdb / extension.h
index effa5bbffe509913c60522552f66110b74520451..7375d72a643fb259a5e426f3ca36ada93abf0467 100644 (file)
@@ -100,6 +100,9 @@ enum frame_filter_flags
 
     /* Set this flag if frame locals are to be printed.  */
     PRINT_LOCALS = 8,
+
+    /* Set this flag if a "More frames" message is to be printed.  */
+    PRINT_MORE_FRAMES = 16,
   };
 
 /* A choice of the different frame argument printing strategies that
This page took 0.0242 seconds and 4 git commands to generate.