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]

gdbtui: scrolling back the "command window"?


Hi,

when having big output of a `print' command in normal gdb mode, I
like it to `set pagination off', because my linux xterm can be
scrolled back (Shift-PgUp).

Is something similar possible in gdbtui mode (for the command
window), to read long `print' or `help' outputs?

Shift-PgUp of course does not reveal the previous command window
contents but the former xterm contents before starting gdbtui,
after C-x o the key PgUp affect read line prompt only (same as C-p).

Or is it possible to redirect the command window to a second
xterm (similar to -tty / set inferior-tty) but without
redirecting the curses source window? To have one xterm
with the command window and the second with the source?

oki,

Steffen


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