Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-120
INFO SAVEFILE
5. Using the previous example, the following output illustrates what the INFO OPENS
command displays when the FD clause is used. Only files that have an OSS file
descriptor associated with them are displayed.
INFO SAVEFILE
The INFO SAVEFILE command displays information about the save file for the current
program (if any) or a specified save file.
filename
is the name of a save file. Depending on the current systype of Inspect, filename
may be either a Guardian filename or an OSS pathname.
Usage Considerations
When a process with its SAVEABEND attribute set terminates abnormally, DMON
automatically creates a save file in the volume and subvolume containing the
program file. The save file that DMON creates has a file code of 130 and a name
of the form ZZSAdddd, where dddd is a number chosen by DMON.
This command is useful for determining why a save file was created and the
program and library file information associated with a save file.
Inspect need not be debugging a program to use the FILE clause form of this
command.
INFO SAVEFILE cannot read TNS/E native snapshot files. If you enter an INFO
SAVEFILE command and specify a TNS/E native snapshot, an error message is
displayed: “Inspect cannot read TNS/E snapshot files.”
Related Commands
INFO OBJECTFILE on page 6-111
LIST PROGRAM on page 6-137
SAVE on page 6-160
-test4-INFO OPENS * FD
File File Last
Descriptor Number Filename Error
0 4 /G/ztnt/#pty0025 0
1 5 /G/ztnt/#pty0025 0
2 6 /G/ztnt/#pty0025 0
3 1 /usr/morris/test1.c 0
INFO SAVEFILE [ FILE filename ]