Go to the first, previous, next, last section, table of contents.
Almost all expression operators in C are supported except ~
,
^
, and unary &
. Special rules in ddb
are:
identifier
.
and :
can be used in the identifier. If supported by
an object format dependent routine,
[file_name:]func[:line_number]
[file_name:]variable, and
file_name[:line_number] can be accepted as a symbol. The
symbol may be prefixed with symbol_table_name::
like
emulator::mach_msg_trap
to specify other than kernel symbols.
number
0x
0o
0t
.
+
..
examine
or write
command.
´
$variable
:
and modifiers as described above.
a
*expr
:
and modifiers as
described above.
Go to the first, previous, next, last section, table of contents.