Evaluating Symbols - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Example
Notes:
The variable mod1 must be a module name.
The variable func1 must be a function name.
The example pairs are equivalent if the current root is a_out.
Example
Symbol Display Default x
Breakpt Access x
Symbol Display Default x\
Breakpt Instr x\#18
Symbol Display Default x\y
Symbol Display Default x\y\
Breakpt Access x\y\j

Evaluating Symbols

The debugger evaluates symbols in expressions using the rules of the C
language as follows:
Chapter 10: Expressions and Symbols in Debugger Commands
Symbolic Referencing With Explicit Roots
Symbolic Referencing Without Explicit Roots
Comment
Comment
Display symbol information for all symbols
named x at any scoping level in any root.
Set a breakpoint at the x found using the scoping
rules described in this chapter.
Display symbol information for global symbol x
in the current root and all symbols scoped under
x. x may be a variable, function, or module name.
Set a breakpoint at line 18 of module x.
Display symbol information for local variable y
in function x (or function y in module x) in the
current context.
Display symbol information for local variable y
in function x (or function y in module x) in the
current context and for all symbols scoped under
x\y.
Set a breakpoint at local variable j in function y
in module x in the current root.
Symbolic Referencing
441

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents