Allow hiding of some filtered frames
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 28254c9e68c54dd3f4d26ab97036df46ee458b8d..d37b107a51da4b45ff587aab8e17e5d30a659679 100644 (file)
@@ -7342,6 +7342,12 @@ Filter API}, for more information.  Additionally use @ref{disable
 frame-filter all} to turn off all frame filters.  This is only
 relevant when @value{GDBN} has been configured with @code{Python}
 support.
+
+@item hide
+A Python frame filter might decide to ``elide'' some frames.  Normally
+such elided frames are still printed, but they are indented relative
+to the filtered frames that cause them to be elided.  The @code{hide}
+option causes elided frames to not be printed at all.
 @end table
 @end table
 
This page took 0.041671 seconds and 4 git commands to generate.