HP 64782 User Manual page 417

For the graphical user interface
Hide thumbs Also See for 64782:
Table of Contents

Advertisement

Emulator/Analyzer Interface Commands
set
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).
Identifies ANSI C as the language so SRU can use the C hierarchy to
C
disambiguate symbols.
Identifies ADA as the language so SRU can use the ADA hierarchy to
ADA
disambiguate symbols.
C_IEE695
Identifies C_IEEE-695 as the language so SRU can use the C_IEEE-695
hierarchy to disambiguate symbols.
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.
416
# I want to use the C disambiguating
# hierarchy
# let children processes know
# about it

Advertisement

Table of Contents
loading

Table of Contents