Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



GDB command line syntax


Purpose

The GNU Debugger (GDB) is launched from the command prompt, and can be configured using command line flags.

Many of the properties that can be set up at the command prompt are more easily configured from the GDB command prompt or using the GDB initialisation file. This section lists only a small subset of the possible command line arguments — do gdb --help to get a complete syntax listing.


See also

[Top]


Command syntax

The command line syntax is:

gdb Argument

Where Argument is one or more of the flags given in the table below.


Arguments

-b BaudRate

Sets serial port baud rate used for remote debugging to BaudRate.

By default the connection speed is 115200 baud.

Example:

gdb -b 9600

--help

Provide all available commands. This command was used to generate this table.

--nw

Do not use a GUI interface.

Example (for Insight GUI interface):

gdb

Example (for Command line interface):

gdb -nw