On Sep 8, 2:34 pm, parag <[email protected]> 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 :) _______________________________________________ bug-gdb mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gdb
