| OLD | NEW |
| 1 \input texinfo | 1 \input texinfo |
| 2 @setfilename stabs.info | 2 @setfilename stabs.info |
| 3 @setchapternewpage odd | 3 @setchapternewpage odd |
| 4 @settitle STABS | 4 @settitle STABS |
| 5 | 5 |
| 6 @c @finalout | 6 @c @finalout |
| 7 | 7 |
| 8 @c This is a dir.info fragment to support semi-automated addition of | 8 @c This is a dir.info fragment to support semi-automated addition of |
| 9 @c manuals to an info tree. | 9 @c manuals to an info tree. |
| 10 @dircategory Software development | 10 @dircategory Software development |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 * Macro define and undefine:: Representation of #define and #undef | 66 * Macro define and undefine:: Representation of #define and #undef |
| 67 * Symbol Tables:: Symbol information in symbol tables | 67 * Symbol Tables:: Symbol information in symbol tables |
| 68 * Cplusplus:: Stabs specific to C++ | 68 * Cplusplus:: Stabs specific to C++ |
| 69 * Stab Types:: Symbol types in a.out files | 69 * Stab Types:: Symbol types in a.out files |
| 70 * Symbol Descriptors:: Table of symbol descriptors | 70 * Symbol Descriptors:: Table of symbol descriptors |
| 71 * Type Descriptors:: Table of type descriptors | 71 * Type Descriptors:: Table of type descriptors |
| 72 * Expanded Reference:: Reference information by stab type | 72 * Expanded Reference:: Reference information by stab type |
| 73 * Questions:: Questions and anomalies | 73 * Questions:: Questions and anomalies |
| 74 * Stab Sections:: In some object file formats, stabs are | 74 * Stab Sections:: In some object file formats, stabs are |
| 75 in sections. | 75 in sections. |
| 76 * GNU Free Documentation License:: The license for this documentation |
| 76 * Symbol Types Index:: Index of symbolic stab symbol type names. | 77 * Symbol Types Index:: Index of symbolic stab symbol type names. |
| 77 * GNU Free Documentation License:: The license for this documentation | |
| 78 @end menu | 78 @end menu |
| 79 @end ifnottex | 79 @end ifnottex |
| 80 | 80 |
| 81 @contents | 81 @contents |
| 82 | 82 |
| 83 @node Overview | 83 @node Overview |
| 84 @chapter Overview of Stabs | 84 @chapter Overview of Stabs |
| 85 | 85 |
| 86 @dfn{Stabs} refers to a format for information that describes a program | 86 @dfn{Stabs} refers to a format for information that describes a program |
| 87 to a debugger. This format was apparently invented by | 87 to a debugger. This format was apparently invented by |
| (...skipping 4029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 @node GNU Free Documentation License | 4117 @node GNU Free Documentation License |
| 4118 @appendix GNU Free Documentation License | 4118 @appendix GNU Free Documentation License |
| 4119 @include fdl.texi | 4119 @include fdl.texi |
| 4120 | 4120 |
| 4121 @node Symbol Types Index | 4121 @node Symbol Types Index |
| 4122 @unnumbered Symbol Types Index | 4122 @unnumbered Symbol Types Index |
| 4123 | 4123 |
| 4124 @printindex fn | 4124 @printindex fn |
| 4125 | 4125 |
| 4126 @bye | 4126 @bye |
| OLD | NEW |