HP MC68360 User Manual page 411

Emulator / analyzer graphical user interface
Table of Contents

Advertisement

Chapter 11: Emulator/Analyzer Interface Commands
--SYMB--
For example, if you set the current working symbol as
cws porthand.c:process_port.BLOCK_1
and made a reference to symbol i2, the retrieval utilities attempt to find a symbol
called
porthand.c:process_port.BLOCK_1.i2
which would not be found. The symbol utilities would then strip BLOCK_1 from
the current working symbol, yielding
porthand.c:process_port.i2
which is a valid symbol.
You also can specify the symbol type if conflicts arise. Although not shown in the
tree, assume that a procedure called port_one is also defined in control.c. This
would conflict with the identifier port_one which declares an integer pointer. SRU
can resolve the difference. You must specify:
control.c:port_one(static)
to reference the variable, and
control.c:port_one(procedure)
to reference the procedure address.
See Also
The copy local_symbols_in and display local_symbols_in commands.
Also refer to the Symbolic Retrieval Utilities User's Guide for further information
on symbols.
391

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mc68en36064780a

Table of Contents