From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31160 invoked by alias); 13 May 2006 14:54:26 -0000 Received: (qmail 31149 invoked by uid 22791); 13 May 2006 14:54:25 -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; Sat, 13 May 2006 14:54:24 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FevVe-0000xy-7V for gdb@sources.redhat.com; Sat, 13 May 2006 10:54:22 -0400 Date: Sat, 13 May 2006 15:11:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: invoking GDB from FE and signals Message-ID: <20060513145421.GA3664@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com References: <20060513141920.GC10678@brasko.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060513141920.GC10678@brasko.net> User-Agent: Mutt/1.5.8i 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/msg00175.txt.bz2 On Sat, May 13, 2006 at 10:19:20AM -0400, Bob Rossi wrote: > I recently had someone report to me that when my FE is started on a Mac > and ^c is entered, I send the signal to GDB and it responds with > "(Quit)" as expected. However, if GDB is running the inferior, and ^c is > received, I send the 'kill' and GDB shuts down. Then I'm afraid you need to work out why that happened; speculating about it is not going to get you much of anywhere. It depends on e.g. job control. -- Daniel Jacobowitz CodeSourcery