From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11859 invoked by alias); 21 Mar 2007 08:00:10 -0000 Received: (qmail 11583 invoked by uid 22791); 21 Mar 2007 08:00:09 -0000 X-Spam-Check-By: sourceware.org Received: from hb17.de (HELO ww17.hb17.de) (80.190.209.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Mar 2007 08:00:03 +0000 Received: from insanenotebook (p57A28C89.dip0.t-ipconnect.de [87.162.140.137]) by ww17.hb17.de (ww17.hb17.de) with ESMTP id D48381202D9; Wed, 21 Mar 2007 08:59:53 +0100 (CET) From: "Sascha Radike" To: "'Daniel Jacobowitz'" , References: <000001c76af2$f9828960$02b2a8c0@insanenotebook> <20070320135527.GA31823@caradoc.them.org> <000001c76b15$3a2c3750$02b2a8c0@insanenotebook> <20070320173306.GA10566@caradoc.them.org> Subject: Re: Unable to interrupt a stepping GDB Date: Wed, 21 Mar 2007 08:00:00 -0000 Message-ID: <000001c76b8e$e96050c0$02b2a8c0@insanenotebook> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20070320173306.GA10566@caradoc.them.org> 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: 2007-03/txt/msg00246.txt.bz2 >Are you working with GDB from CVS, or an older release? If not CVS, please try it - it may be fixed. Yay! In the current CVS it has been fixed. There's just one flaw: GDB does now print "QUIT (Expect SIGINT when..." as error when the target has been stopped by pressing CTRL-C. This causes the Eclipse CDT (based on MI) to popup an error dialog. I don't think interrupting a stepping process is a "fatal error". Anyway, this can easily be hacked for my needs so it is not a major problem. The CDT community might prefer a different solution though. Maybe it can be addressed in the future. Thanks! Sascha