Inspect Manual

High-Level Inspect Commands
Inspect Manual429164-006
6-111
Example
Example
This example output illustrates, for accelerated programs, the inclusion of the
indication of whether or not a statement is a register-exact point.
INFO OBJECTFILE
The INFO OBJECTFILE command displays information about the current program’s
object files, or any specified object file. It provides additional information for object files
created by the accelerator and native object files.
filename
is the name of an object file. Depending on the current systype of Inspect,
filename may either be a Guardian filename or an OSS pathname.
Usage Considerations
Inspect need not be debugging a program to use the FILE clause form of this
command.
INFO OBJECTFILE does not read TNS/E native object files. An error message is
displayed if you enter INFO OBJECTFILE and specify a TNS/E object file. Instead,
you can use TNSVU to examine safepoints and corresponding TNS and TNS/E
instructions.
Related Commands
INFO SAVEFILE on page 6-120
LIST PROGRAM on page 6-137
Scope: M
Compile File: $GOLF.GREEN.TALIN Modified: 1988-10-03
12:15:20.02
Word
Num Line Offset Optimize Verb Register-exact
1 #41 %0
2 #52 %1 Deleted
3 #52 %3
4 #52 %6 Yes
5 #64 %10
Note. The INFO OBJECTFILE command is invalid for PATHWAY requester programs.
INFO OBJECTFILE [ FILE filename ]