Whole document tree
14.3.16 Zilog Z8000When configured for debugging Zilog Z8000 targets, GDB includes a Z8000 simulator. For the Z8000 family, `target sim' simulates either the Z8002 (the unsegmented variant of the Z8000 architecture) or the Z8001 (the segmented variant). The simulator recognizes which architecture is appropriate by inspecting the object code.
After specifying this target, you can debug programs for the simulated
CPU in the same style as programs for your host computer; use the
As well as making available all the usual machine registers (see section Registers), the Z8000 simulator provides three additional items of information as specially named registers:
You can refer to these values in GDB expressions with the usual conventions; for example, `b fputc if $cycles>5000' sets a conditional breakpoint that suspends only after at least 5000 simulated clock ticks. This document was generated by root on January, 30 2002 using texi2html |