From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1066 invoked by alias); 20 Jun 2006 18:04:58 -0000 Received: (qmail 1053 invoked by uid 22791); 20 Jun 2006 18:04:57 -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 18:04:55 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fskar-0007rO-LL for gdb@sourceware.org; Tue, 20 Jun 2006 14:04:53 -0400 Date: Tue, 20 Jun 2006 18:19:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: GDB does not respond to CTRL+Z and CTRL+C Message-ID: <20060620180453.GA30199@nevyn.them.org> Mail-Followup-To: gdb@sourceware.org References: <200606201827.25482.bartoschek@or.uni-bonn.de> <20060620170338.GA27824@nevyn.them.org> <200606202002.05813.bartoschek@or.uni-bonn.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606202002.05813.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/msg00152.txt.bz2 On Tue, Jun 20, 2006 at 08:02:05PM +0200, Christoph Bartoschek wrote: > Am Dienstag 20 Juni 2006 19:03 schrieb Daniel Jacobowitz: > > > 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)? > > It works when I attach to cat or tail -f but not when I attach to our > programm. Then it is likely that your program is blocking the signal. GDB doesn't handle either directly; it forwards them to the program and lets the OS handle delivery. -- Daniel Jacobowitz CodeSourcery