This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbstub initial code, v9


>>>>> "Oleg" == Oleg Nesterov <oleg@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]