SDKZSPF LSI, SDKZSPF Datasheet - Page 125

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
7.2.10 enable break
7.2.11 enable trace
This command enables a breakpoint from the current list of defined
breakpoints. Use the show break command to display a list of current
breakpoints.
Format –
Example –
This command enables a predefined trace type. There are three types of
predefined runtime tracing. Run-time traces generate text output
instruction by instruction. The three trace types are:
ZISIM Commands
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
enable break breakpoint_number
zisim{32} enable break 1
write
Displays architectural state changes associated with memory or
registers for each instruction in the following formats:
(seqID) PC Opcode Instruction ! register=value
(seqID) PC Opcode Store Instruction ! [Memory-Address]=value
(seqID) PC Opcode Load Instruction ! register=value [Memory-Address]
(seqID) PC Opcode Branch Instruction ! direction, result
seqID: unique ascending sequence number for each instruction.
PC: address of instruction in memory.
Instruction: disassembled instruction.
Register: architecture register name.
Direction: direction for a discontinuity instruction such as branch or
conditional execution. Direction is either forward, or backward and
the result is either taken or not taken.
For example,
(1) 0x000002 6200 mov %fmode, r0
Instruction mov %fmode, r0 modifies %fmode to value 0x0014.
!fmode=0x0014
7-11