| OLD | NEW |
| 1 @c GDB MANUAL configuration file. | 1 @c GDB MANUAL configuration file. |
| 2 @c | 2 @c |
| 3 @c Copyright (C) 1993, 1995, 1999, 2002, 2011-2012 Free Software | 3 @c Copyright (C) 1993, 1995, 1999, 2002, 2011-2012 Free Software |
| 4 @c Foundation, Inc. | 4 @c Foundation, Inc. |
| 5 @c | 5 @c |
| 6 @c NOTE: While the GDB manual is configurable (by changing these | 6 @c NOTE: While the GDB manual is configurable (by changing these |
| 7 @c switches), its configuration is ***NOT*** automatically tied in to | 7 @c switches), its configuration is ***NOT*** automatically tied in to |
| 8 @c source configuration---because the authors expect that, save in | 8 @c source configuration---because the authors expect that, save in |
| 9 @c unusual cases, the most inclusive form of the manual is appropriate | 9 @c unusual cases, the most inclusive form of the manual is appropriate |
| 10 @c no matter how the program itself is configured. | 10 @c no matter how the program itself is configured. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 @c | 25 @c |
| 26 @c Refrain from discussing how to configure sw and format doc? | 26 @c Refrain from discussing how to configure sw and format doc? |
| 27 @clear PRECONFIGURED | 27 @clear PRECONFIGURED |
| 28 @c | 28 @c |
| 29 @c ---------------------------------------------------------------------- | 29 @c ---------------------------------------------------------------------- |
| 30 @c STRINGS: | 30 @c STRINGS: |
| 31 @c | 31 @c |
| 32 @c Name of GDB program. Used also for (gdb) prompt string. | 32 @c Name of GDB program. Used also for (gdb) prompt string. |
| 33 @set GDBP gdb | 33 @set GDBP gdb |
| 34 @c | 34 @c |
| 35 @c Name of GDBTUI program. | |
| 36 @set GDBTUI gdbtui | |
| 37 @c | |
| 38 @c Name of GDB product. Used in running text. | 35 @c Name of GDB product. Used in running text. |
| 39 @set GDBN @sc{gdb} | 36 @set GDBN @sc{gdb} |
| 40 @c | 37 @c |
| 41 @c Name of host. Should not be used in generic configs, but generic | 38 @c Name of host. Should not be used in generic configs, but generic |
| 42 @c value may catch some flubs. | 39 @c value may catch some flubs. |
| 43 @set HOST machine specific | 40 @set HOST machine specific |
| 44 @c | 41 @c |
| 45 @c Name of GCC product | 42 @c Name of GCC product |
| 46 @set NGCC @sc{gcc} | 43 @set NGCC @sc{gcc} |
| 47 @c | 44 @c |
| 48 @c Name of GCC program | 45 @c Name of GCC program |
| 49 @set GCC gcc | 46 @set GCC gcc |
| OLD | NEW |