diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5894eb66bf..6a47adf447 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-12-08 Vladimir Prus + + * gdb.texinfo (GDB/MI Variable Objects): Wrap historical + note in @ignore, to be removed later if nobody complains. + 2006-12-04 Nick Roberts * gdb.texinfo (GDB/MI Variable Objects): Describe -c option diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1fe45614ea..2bc9ad837b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19533,6 +19533,7 @@ The corresponding @value{GDBN} commands are @samp{frame}, @samp{up}, @node GDB/MI Variable Objects @section @sc{gdb/mi} Variable Objects +@ignore @subheading Motivation for Variable Objects in @sc{gdb/mi} @@ -19567,6 +19568,8 @@ least, the following operations: @item @code{-stack-select-frame} @end itemize +@end ignore + @subheading Introduction to Variable Objects in @sc{gdb/mi} @cindex variable objects in @sc{gdb/mi}