Qorivva MPC5xxx/SPC5xx Debugger and NEXUS Trace
93
©1989-2021 Lauterbach GmbH
This command sets the operation mode for the disassembler.
SYStem.Option DUALPORT
Implicitly use run-time memory access
Forces all list, dump and view windows to use the access class
E:
(e.g.
E:
0x100) or to use the
format option
%E
(e.g.
%E
var1) without being specified. Use this option if you want all windows to
be updated while the processor is executing code. This setting has no effect if
is disabled or real-time memory access not available for used CPU.
Please note that while the CPU is running, MMU address translation can not be accesses by the debugger.
Only physical addresses accesses are possible. Use the access class modifier “A:” to declare the access
physical addressed, or declare the address translation in the debugger-based MMU manually using
AUTO
(default)
The information provided by the compiler output file is used for the
disassembler selection. If no information is available, it has the same
behavior as the option ACCESS.
ACCESS
The operation mode for the disassembler is based on the current mode of
the CPU.
FLE
Use standard PowerPC instruction set disassembler mode (fixed length
encoding) only.
VLE
Use VLE disassembler mode (variable length encoding) only.
Format:
SYStem.Option DUALPORT
[
ON
|
OFF
]