bug-gdb
[Top][All Lists]
Advanced

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

Re: How to get gdb to run continuously


From: parag
Subject: Re: How to get gdb to run continuously
Date: Tue, 8 Sep 2009 03:04:20 -0700 (PDT)
User-agent: G2/1.0

On Sep 8, 2:34 pm, parag <address@hidden> wrote:
> 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

I got the answer
set height 100000
and it will show at least 100000 line before stopping :)


reply via email to

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