Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

fix Command

The fix command recompiles modified source files and dynamically links the modified functions into the application. It is valid only in native mode. It is not valid on Linux platforms.

Syntax

fix [file-name file-name ...] [–options]

Fix the current file.

If file names are listed, fix files in list.

where:

–options are the following valid options.

–f

Force fixing the file, even if source has not been modified.

–a

Fix all modified files.

–g

Strip –O flags and add –g flag.

–c

Print compilation line (can include some options added internally for use by dbx).

–n

Do not execute compile/link commands (use with -v).

v

Verbose mode (overrides dbx fix_verbose environment variable setting).

+v

Non-verbose mode (overrides dbx fix_verbose environment variable setting).