bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to get gdb to run continuously


From: parag
Subject: How to get gdb to run continuously
Date: Tue, 8 Sep 2009 02:34:17 -0700 (PDT)
User-agent: G2/1.0

I have run a script and I dont want gdb to manually press enter all
the time

---Type <return> to continue, or q <return> to quit---


due to this , teh script is asking me to press thousands of enters,
whenevr it stops
can this be done with

the script is something like the following

while (1)
cont
display a->b
end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]