Whole document tree
3.1 Command syntax
A GDB command is a single line of input. There is no limit on
how long it can be. It starts with a command name, which is followed by
arguments whose meaning depends on the command name. For example, the
command
GDB command names may always be truncated if that abbreviation is
unambiguous. Other possible command abbreviations are listed in the
documentation for individual commands. In some cases, even ambiguous
abbreviations are allowed; for example,
A blank line as input to GDB (typing just RET) means to
repeat the previous command. Certain commands (for example,
The
GDB can also use RET in another way: to partition lengthy
output, in a way similar to the common utility Any text from a # to the end of the line is a comment; it does nothing. This is useful mainly in command files (see section Command files).
This document was generated by root on January, 30 2002 using texi2html |