[gnu.gdb.bug] Patch to gdb.texinfo to add `Structures' menu item

rich@RICE.EDU (Richard Murphey) (08/10/89)

In the recent patch sent by Igor Metz the description of `set prettyprint' and
`set unionprint' were added to the texinfo documentation.  Below is a patch
which adds this node to the info mode menu under emacs.

*** gdb.texinfo.orig	Fri Jul  7 03:56:39 1989
--- gdb.texinfo	Thu Aug 10 00:18:33 1989
***************
*** 2494,2499 ****
--- 2494,2500 ----
  * Arrays::           Examining part of memory as an array.
  * Formats::          Specifying formats for printing values.
  * Memory::           Examining memory explicitly.
+ * Structures::       Pretty-printing structures and classes.
  * Auto Display::     Printing certain expressions whenever program stops.
  * Value History::    Referring to values previously printed.
  * Convenience Vars:: Giving names to values for future reference.

Thanks Igor! 
Richard-Murphey@Rice.edu       Electrical & Computer Engineering Dept.

-