* novice question about gdbserver @ 2008-11-06 17:24 Gregoire Banderet 2008-11-06 17:28 ` Joel Brobecker 2008-11-06 17:33 ` Daniel Jacobowitz 0 siblings, 2 replies; 3+ messages in thread From: Gregoire Banderet @ 2008-11-06 17:24 UTC (permalink / raw) To: gdb Hi, My application crashes occasionally on my ARM target, and I use gdbserver to debug it. The application creates threads every 5 seconds and I often need to hit "Enter" after the following message: ---Type <return> to continue, or q <return> to quit--- As the application crashes after 1 hour, I do not want to stay in front of my terminal hitting "Enter" several times per minutes. As there a way to avoid the "Type <return> to continue" message? Thanks, Greg. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: novice question about gdbserver 2008-11-06 17:24 novice question about gdbserver Gregoire Banderet @ 2008-11-06 17:28 ` Joel Brobecker 2008-11-06 17:33 ` Daniel Jacobowitz 1 sibling, 0 replies; 3+ messages in thread From: Joel Brobecker @ 2008-11-06 17:28 UTC (permalink / raw) To: Gregoire Banderet; +Cc: gdb > As there a way to avoid the "Type <return> to continue" message? Here is the appropriate location in the manual: http://www.sourceware.org/gdb/current/onlinedocs/gdb_21.html#IDX1186 -- Joel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: novice question about gdbserver 2008-11-06 17:24 novice question about gdbserver Gregoire Banderet 2008-11-06 17:28 ` Joel Brobecker @ 2008-11-06 17:33 ` Daniel Jacobowitz 1 sibling, 0 replies; 3+ messages in thread From: Daniel Jacobowitz @ 2008-11-06 17:33 UTC (permalink / raw) To: Gregoire Banderet; +Cc: gdb On Thu, Nov 06, 2008 at 06:22:55PM +0100, Gregoire Banderet wrote: > Hi, > > My application crashes occasionally on my ARM target, and I use gdbserver > to debug it. The application creates threads every 5 seconds and I often > need to hit "Enter" after the following message: > ---Type <return> to continue, or q <return> to quit--- > > As the application crashes after 1 hour, I do not want to stay in front > of my terminal hitting "Enter" several times per minutes. > > As there a way to avoid the "Type <return> to continue" message? Yes: set pagination off But you shouldn't get a paging request after that message if you upgrade to a current version of GDB; I believe that bug was fixed in the last two years at some point. -- Daniel Jacobowitz CodeSourcery ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-11-06 17:33 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2008-11-06 17:24 novice question about gdbserver Gregoire Banderet 2008-11-06 17:28 ` Joel Brobecker 2008-11-06 17:33 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox