From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22451 invoked by alias); 6 Nov 2008 17:33:04 -0000 Received: (qmail 22416 invoked by uid 22791); 6 Nov 2008 17:33:03 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Nov 2008 17:32:22 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CF0A7104E2; Thu, 6 Nov 2008 17:32:19 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id B6C20104A1; Thu, 6 Nov 2008 17:32:19 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Ky8iQ-0000hC-Rj; Thu, 06 Nov 2008 12:32:18 -0500 Date: Thu, 06 Nov 2008 17:33:00 -0000 From: Daniel Jacobowitz To: Gregoire Banderet Cc: "gdb@sourceware.org" Subject: Re: novice question about gdbserver Message-ID: <20081106173218.GA2450@caradoc.them.org> Mail-Followup-To: Gregoire Banderet , "gdb@sourceware.org" References: <491327EF.30507@ge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <491327EF.30507@ge.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00062.txt.bz2 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 to continue, or q 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 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