User`s guide
PALcode Violation Checker 12–27
PVC Commands
set flag
warnings
Displays warning messages. This is the default.
Description
The set flag command sets the specified flag_type. By default, errors and warnings
are set and reported. To display flags, see the show flag command. To cancel a flag,
see the clear flag command.
Example
PVC> do pal$reset
Beginning PALcode check...
Checking the pal$reset routine, entry point 0:
(PVC #1003) Permutation 0 completed **ABNORMALLY**.
Address of HALT: 4000
End of PALcode check...
PVC> set flag trace_code
PVC> do pal$reset
Beginning PALcode check...
Checking the pal$reset routine, entry point 0:
0 HW_MTPR R31, NOP
4 BR R1, 4000
4000 HALT
Checking the pal$reset routine, entry point 0:
(PVC #1003) Permutation 0 completed **ABNORMALLY**.
Address of HALT: 4000
Permutation 0 completed abnormally via HALT.
A total of 1 permutations were traced
End of PALcode check...
PVC> clear flag trace
PVC> set flag scheduled
PVC> do 4
Beginning PALcode check...
Checking the UNNAMED routine, entry point 4:
(PVC #1003) Permutation 0 completed **ABNORMALLY**.
Address of HALT: 4000
Cycle: 0 Addr: 4 BR R1, 4000
Cycle: 1 Addr: 4000 HALT