Prism 6.0 Reference Manual

core

Associates a core file with the loaded program.

SYNTAX

core corefile

DESCRIPTION

Use the core command to associate the specified core file with the program currently loaded in Prism. Prism reports the error that caused the core dump and sets the current line to the location at which the error occurred. You can then work with the program within Prism--for example, you can print the values of variables. You cannot continue execution from the current line, however.

The core command is not available in MP Prism. Instead, you must specify the name of the process core file from the Prism command line. For example,

prism a.out core

See the Prism 6.0 User's Guide for more information.