multiple command on one line

Frédéric Bastien nouiz@nouiz.org
Thu Feb 21 16:59:00 GMT 2008


I

I need to print many variable at each itaration of a loop. I would
line to be able to print all of them in a single line like in bash. Is
this possible? If yes how? I have look in many place but I never
found.

example

p var1
p var2
p var3

I would like to be able to do something linke

p var1; p var2; p var3


thanks

Frederic Bastien



More information about the Gdb mailing list