Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-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.
+offset
specifies the line that is located offset lines after the last line printed. Can be
any decimal integer between 0 and 32767.
-offset
specifies the line that is located offset lines before the last line printed.
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.