This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

multiple command on one line


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


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