dbx Command

Related Topics:

Invoking dbx

The dbx command starts dbx.

dbx options program Debug program.
dbx options program core Debug program with corefile core.
dbx options program pid Debug program with process ID pid.
dbx options - pid Debug process ID pid; dbx finds the program via /proc.
dbx options - core Debug using corefile core; see also debug Command.
dbx options -r program arguments Run prog with arguments arguments; if abnormal termination, start debugging program, else just exit.
Syntax

where:

options are the options defined in Invoking dbx.

program is the name of the program to be debugged.

pid is the process ID of a running process.

arguments are the arguments to be passed to the program.