This is the mail archive of the gdb-patches@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]

RE: Always disable pagination with MI?


> > Whoops.  I tried this on 6.8 and 7.0 and they behave the 
> same.  This 
> > was probably never right, and I gather that most frontends must be 
> > disabling pagination
> > already: either by explicit "set height 0"/"set pagination off", or 
> > implicitly by running GDB from a non-tty, and, those that want 
> > pagination handle it themselves.
> 
> Yes, I think that's what frontends do.

Just a clarification on what a front-end must do.

DSF-GDB only turns off pagination with non-stop mode.
And we don't current "set height 0" (CDI-GDB does)
But I believe we run from a non-tty.

Should I be safe and always turn off pagination,
or am I safe already?

Thanks

Marc


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