From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14307 invoked by alias); 19 May 2006 12:49:23 -0000 Received: (qmail 14299 invoked by uid 22791); 19 May 2006 12:49:22 -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; Fri, 19 May 2006 12:49:21 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fh4Pv-0000DG-H2; Fri, 19 May 2006 08:49:19 -0400 Date: Fri, 19 May 2006 15:37:00 -0000 From: Daniel Jacobowitz To: Jim Blandy , gdb@sources.redhat.com Subject: Re: invoking GDB from FE and signals Message-ID: <20060519124919.GB750@nevyn.them.org> Mail-Followup-To: Jim Blandy , gdb@sources.redhat.com References: <3518719F06577C4F85DA618E3C37AB91054A9EFD@nimbus.ott.qnx.com> <20060518172253.GE21003@brasko.net> <20060519005831.GG21003@brasko.net> <20060519025453.GA24453@nevyn.them.org> <20060519105945.GC31982@brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060519105945.GC31982@brasko.net> 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-05/txt/msg00309.txt.bz2 On Fri, May 19, 2006 at 06:59:45AM -0400, Bob Rossi wrote: > OK, you could not be more correct. I want GDB to handle it, not the FE. > However, how do I let "GDB handle it", while using the 'set tty' > command? I guess that's the question I've been asking all along. Make it trap the SIGINT and do something sensible with it. -- Daniel Jacobowitz CodeSourcery