| OLD | NEW |
| 1 %%%%%%%%%%%%%%%% gdb-refcard.tex %%%%%%%%%%%%%%%% | 1 %%%%%%%%%%%%%%%% gdb-refcard.tex %%%%%%%%%%%%%%%% |
| 2 | 2 |
| 3 %This file is TeX source for a reference card describing GDB, the GNU debugger. | 3 %This file is TeX source for a reference card describing GDB, the GNU debugger. |
| 4 %Copyright (C) 1991-1993, 1996, 1998-2000, 2007-2012 Free Software | 4 %Copyright (C) 1991-1993, 1996, 1998-2000, 2007-2012 Free Software |
| 5 %Foundation, Inc. | 5 %Foundation, Inc. |
| 6 %Permission is granted to make and distribute verbatim copies of | 6 %Permission is granted to make and distribute verbatim copies of |
| 7 %this reference provided the copyright notices and permission notices | 7 %this reference provided the copyright notices and permission notices |
| 8 %are preserved on all copies. | 8 %are preserved on all copies. |
| 9 % | 9 % |
| 10 %TeX markup is a programming language; accordingly this file is source | 10 %TeX markup is a programming language; accordingly this file is source |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 % format. | 61 % format. |
| 62 % | 62 % |
| 63 %\magnification=\magstep 1 | 63 %\magnification=\magstep 1 |
| 64 % | 64 % |
| 65 % NOTE ON INTENTIONAL OMISSIONS: This reference card includes most GDB | 65 % NOTE ON INTENTIONAL OMISSIONS: This reference card includes most GDB |
| 66 % commands, but due to space constraints there are some things I chose | 66 % commands, but due to space constraints there are some things I chose |
| 67 % to omit. In general, not all synonyms for commands are covered, nor | 67 % to omit. In general, not all synonyms for commands are covered, nor |
| 68 % all variations of a command. | 68 % all variations of a command. |
| 69 % The GDB-under-Emacs section omits gdb-mode functions without default | 69 % The GDB-under-Emacs section omits gdb-mode functions without default |
| 70 % keybindings. GDB startup options are not described. | 70 % keybindings. GDB startup options are not described. |
| 71 % set print sevenbit-strings, set symbol-reloading omitted. | 71 % set print sevenbit-strings omitted. |
| 72 % printsyms, printpsyms, omitted since they're for GDB maintenance primarily | 72 % printsyms, printpsyms, omitted since they're for GDB maintenance primarily |
| 73 % share omitted due to obsolescence | 73 % share omitted due to obsolescence |
| 74 % set check range/type omitted at least til code is in GDB. | 74 % set check range/type omitted at least til code is in GDB. |
| 75 % | 75 % |
| 76 %-------------------- Three column format ----------------------- | 76 %-------------------- Three column format ----------------------- |
| 77 | 77 |
| 78 %%%% --- To disable three column format, comment out this entire section | 78 %%%% --- To disable three column format, comment out this entire section |
| 79 | 79 |
| 80 % Three-column format for landscape printing | 80 % Three-column format for landscape printing |
| 81 | 81 |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 General Public License. | 643 General Public License. |
| 644 | 644 |
| 645 Please contribute to development of this card by | 645 Please contribute to development of this card by |
| 646 annotating it. Improvements can be sent to bug-gdb@gnu.org. | 646 annotating it. Improvements can be sent to bug-gdb@gnu.org. |
| 647 | 647 |
| 648 GDB itself is free software; you are welcome to distribute copies of | 648 GDB itself is free software; you are welcome to distribute copies of |
| 649 it under the terms of the GNU General Public License. There is | 649 it under the terms of the GNU General Public License. There is |
| 650 absolutely no warranty for GDB. | 650 absolutely no warranty for GDB. |
| 651 } | 651 } |
| 652 \end | 652 \end |
| OLD | NEW |