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

[Bug tui/14584] Cannot scroll the cmd window in TUI mode


http://sourceware.org/bugzilla/show_bug.cgi?id=14584

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat
                   |                            |dot com

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-09-14 19:36:26 UTC ---
(In reply to comment #0)
> but the log fails to report the commands from which the output was generated

set trace-commands on


Otherwise you are right that readline library does not provide any real
terminal, it cares only about the current line.  GDB uses 'set pagination on'
so that no output is accidentally lost but what is scrolled away is really
lost. Maybe you would prefer some other front end besides TUI:
  http://sourceware.org/gdb/wiki/GDB_Front_Ends

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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