Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-6
Syntax of Common Command Elements
Syntax of Common Command Elements
This subsection describes the syntax of:
•
linespec
•
native-address
•
llce (low-level conditional expression)
•
expression
•
/format
Syntax of linespec
linespec
specifies a single source line; used in the list command for printing source lines
and in the breakpoint command for specifying where to plant an instruction
breakpoint.
Can be specified using any of these forms:
number
specifies a line number in the current file.
filename:number
specifies a line number in the specified source file filename.
function
specifies the line at which the body of the specified function begins.
filename:function
specifies the line at which the body of the specified function begins in the given
file filename. Note that you need to use this option only to avoid ambiguity
when identically named functions are in different source files.
*address
specifies the line containing the specified program address. address can be
any decimal or hexadecimal expression; the format is assumed to be decimal
by default.
Specifying Code Locations for pTAL Programs
When debugging a pTAL program, you can also use the notation
procedure[.subprocedure] ...










