From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30705 invoked by alias); 6 Nov 2008 17:24:22 -0000 Received: (qmail 30650 invoked by uid 22791); 6 Nov 2008 17:24:20 -0000 X-Spam-Check-By: sourceware.org Received: from ext-nj2ut-5.online-age.net (HELO ext-nj2ut-5.online-age.net) (64.14.54.234) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Nov 2008 17:23:24 +0000 Received: from int-nj2ut-2.online-age.net (int-nj2ut-2.online-age.net [3.159.237.71]) by ext-nj2ut-5.online-age.net (8.13.6/8.13.6/20051114-SVVS-TLS-DNSBL) with ESMTP id mA6HNM5E026440 for ; Thu, 6 Nov 2008 12:23:22 -0500 Received: from cinmlef01.e2k.ad.ge.com (int-nj2ut-2.online-age.net [3.159.237.71]) by int-nj2ut-2.online-age.net (8.13.6/8.13.6/20050510-SVVS) with ESMTP id mA6HNKLK026582 for ; Thu, 6 Nov 2008 12:23:21 -0500 Received: from LONMLVEM03.e2k.ad.ge.com ([3.159.240.46]) by cinmlef01.e2k.ad.ge.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 6 Nov 2008 12:23:19 -0500 Received: from [3.137.218.190] ([3.137.218.190]) by LONMLVEM03.e2k.ad.ge.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 6 Nov 2008 17:22:56 +0000 Message-ID: <491327EF.30507@ge.com> Date: Thu, 06 Nov 2008 17:24:00 -0000 From: Gregoire Banderet User-Agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018) MIME-Version: 1.0 To: "gdb@sourceware.org" Subject: novice question about gdbserver Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00060.txt.bz2 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? Thanks, Greg.