HP MC68360 User Manual page 393

Emulator / analyzer graphical user interface
Table of Contents

Advertisement

langinfo
In certain languages, you may have symbols with the same names but different
types. For example, in IEEE695, you may have a file named main.c and a
procedure named main. SRU would identify these as main(module) and
main(procedure). The command display local_symbols_in main would cause an
error message to appear (Ambiguous symbol: main(procedure, module)). Users of
C tend to think the procedure is important and users of ADA tend to think the
module is important. By entering "langinfo" and "C", SRU will interpret the above
command to be main(procedure). With langinfo ADA, SRU will interpret the
above command to be main(module).
C
Identifies ANSI C as the language so SRU can use the C hierarchy to disambiguate
symbols.
ADA
Identifies ADA as the language so SRU can use the ADA hierarchy to
disambiguate symbols.
C_IEE695
Identifies C_IEEE-695 as the language so SRU can use the C_IEEE-695 hierarchy
to disambiguate symbols.
Note
An alternate method for making the langinfo specification is to use the
environment variable, HP64SYMORDER. By making the following entry in your
.profile, the langinfo setting will always be C, for example.
$ HP64SYMORDER=C
$ export HP64SYMORDER
memory
Sets update option for memory displays only.
noupdate
When using multiple windows or terminals, and specifying this option, the display
buffer in that window or terminal will not update when a new measurement
completes. Displays showing memory contents are not updated when a command
executes that could have caused the values in memory to change (modify memory,
load, etc.).
number_of_
This allows you to specify the number of source lines displayed for the actual
source_lines
processor instructions with which they correlate. Only source lines up to the
previous actual source line will be displayed. Using this option, you can specify
how many comment lines are displayed preceding the actual source line. The
default value is 5.
Chapter 11: Emulator/Analyzer Interface Commands
# I want to use the C disambiguating
# hierarchy
# let children processes know
# about it
set
373

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mc68en36064780a

Table of Contents