Previous: Variables, Up: Kernel Debugger
Almost all expression operators in C are supported except ~,
^, and unary &. Special rules in ddb are:
. 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.
0x0o0totherwise, follow current radix.
.+..examine or write command.
´$variable: and modifiers as described above.
a*expr: and modifiers as
described above.