From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6859 invoked by alias); 20 Aug 2007 16:20:59 -0000 Received: (qmail 6809 invoked by uid 22791); 20 Aug 2007 16:20:58 -0000 X-Spam-Check-By: sourceware.org Received: from mail.automotion.info (HELO mail1.br-automation.com) (213.33.116.60) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Aug 2007 16:20:53 +0000 X-AuditID: c0a80109-ae0bebb000000a57-55-46c9b828f807 To: gdb@sourceware.org Subject: gdb-6.6 mingw port hangs after Ctrl-C MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0.2 September 26, 2006 Message-ID: From: Roland Puntaier Date: Mon, 20 Aug 2007 16:20:00 -0000 Content-Type: text/plain; charset="US-ASCII" 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: 2007-08/txt/msg00135.txt.bz2 Dear GDB community, With cygwin GDB I used to abandon the remote target by twice typing Ctrl-C. I would like to switch to the gdb-6.6 mingw port, because that does not need any cygwin dlls. But here I ran into a hang: (gdb) c Continuing. Interrupted while waiting for the program. Give up (and stop debugging it)? (y or n) y Maybe someone with a better understanding of gdb sources can give me a hint on how to overcome this issue. I've tried to debug into gdb, but the Ctrl-C is intercepted by the GDB I use to debug. (Any Idea how I can make GDB stop intercepting Ctrl-C?) Regards, Roland