The dbx Debugger

One use for dbx is to analyze a core file from a program that has crashed.

A second use is to trace execution of a program.


CORE FILES



USING DBX TO ANALYZE A CORE FILE




TRACING PROGRAM EXECUTION WITH DBX



MACHINE-LANGUAGE TRACING

For those who are interested, dbx can display information at the machine instruction level. Here are some examples of the special dbx subcommands.


Previous Section Back to Index Next Section