From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31183 invoked by alias); 20 Jun 2006 18:02:17 -0000 Received: (qmail 31093 invoked by uid 22791); 20 Jun 2006 18:02:15 -0000 X-Spam-Check-By: sourceware.org Received: from Unknown (HELO brical.or.uni-bonn.de) (131.220.141.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Jun 2006 18:02:13 +0000 Received: from wse04.or.uni-bonn.de (bg-1.or.uni-bonn.de [131.220.141.100]) by brical.or.uni-bonn.de (Postfix) with ESMTP id 93B63AC9B for ; Tue, 20 Jun 2006 20:17:49 +0200 (CEST) Received: from certa.vlsi.uni-bonn.de (certa-en0.vlsi.uni-bonn.de [192.168.143.187]) by wse04.or.uni-bonn.de (Postfix) with ESMTP id 23812E95E for ; Tue, 20 Jun 2006 20:03:59 +0200 (CEST) From: Christoph Bartoschek To: gdb@sourceware.org Subject: Re: GDB does not respond to CTRL+Z and CTRL+C Date: Tue, 20 Jun 2006 18:04:00 -0000 User-Agent: KMail/1.8.2 References: <200606201827.25482.bartoschek@or.uni-bonn.de> <20060620170338.GA27824@nevyn.them.org> In-Reply-To: <20060620170338.GA27824@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606202002.05813.bartoschek@or.uni-bonn.de> 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/msg00151.txt.bz2 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. Christoph Bartoschek