gdbserver ProgramThe following operators are supported, and appear in order of
increasing precedence:
,:=:= value is
value.
<, ><=, >=<.
=, <>, #<. In gdb scripts, only <> is
available for inequality, since # conflicts with the script
comment character.
IN<.
ORAND, &@+, -*/*.
DIV, MOD*.
-INTEGER and REAL data.
^NOT^.
.RECORD field selector. Defined on RECORD data. Same
precedence as ^.
[]ARRAY data. Same precedence as ^.
()PROCEDURE objects. Same precedence
as ^.
::, .
Warning: Set expressions and their operations are not yet supported, so gdb
treats the use of the operator
IN, or the use of operators
+, -, *, /, =, , <>, #,
<=, and >= on sets as an error.