From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20244 invoked by alias); 20 Jun 2006 17:03:46 -0000 Received: (qmail 20194 invoked by uid 22791); 20 Jun 2006 17:03:45 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 20 Jun 2006 17:03:40 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fsjda-0007Ij-Oh; Tue, 20 Jun 2006 13:03:38 -0400 Date: Tue, 20 Jun 2006 17:59:00 -0000 From: Daniel Jacobowitz To: Christoph Bartoschek Cc: gdb@sourceware.org Subject: Re: GDB does not respond to CTRL+Z and CTRL+C Message-ID: <20060620170338.GA27824@nevyn.them.org> Mail-Followup-To: Christoph Bartoschek , gdb@sourceware.org References: <200606201827.25482.bartoschek@or.uni-bonn.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606201827.25482.bartoschek@or.uni-bonn.de> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00149.txt.bz2 On Tue, Jun 20, 2006 at 06:27:25PM +0200, Christoph Bartoschek wrote: > Hi, > > when I attach to a process and continue it I cannot stop it again by pressing > CTRL+Z or CTRL+C. Gdb does not respond to these signals. > > To be able to stop intercept debugging I have to switch to another console: > > kill -STOP > > and then put it back into foreground. > > After this sequence gdb responds to CTRL+Z and CTRL+C. What could be wrong? It works for me; does it work for you if you debug a simple process (I usually use /bin/cat when I want something I can attach to)? -- Daniel Jacobowitz CodeSourcery