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 cli/13685] skip over long command line


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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> 2012-02-12 17:49:12 UTC ---
As workaround, try disabling pagination.  E.g.,

(gdb) set pagination off
(gdb) start

To automatically disable pagination throughout the duration of
the "run" command only, you can, e.g.,:

(gdb) define hook-run
> set pagination off
> end

(gdb) define hookpost-run
> set pagination on
> end

-- 
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]