>>>>> "Oleg" == Oleg Nesterov <o...@redhat.com> writes:

Oleg>   (gdb) set var 0

You need:  set variable var = 0
The "variable" can be abbreviated.

FWIW, "print", "set variable", and "call" are basically aliases.
"print" just happens to print the result of the expression.

Tom

Reply via email to