From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28320 invoked by alias); 3 Apr 2006 04:59:28 -0000 Received: (qmail 28309 invoked from network); 3 Apr 2006 04:59:26 -0000 Received: from unknown (69.17.117.7) by sourceware.org with QMTP; 3 Apr 2006 04:59:26 -0000 Received: (qmail 24788 invoked from network); 3 Apr 2006 04:59:25 -0000 Received: from cpe-66-68-145-131.austin.res.rr.com (HELO [172.16.1.8]) (andy@raitechnology.com@[66.68.145.131]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 3 Apr 2006 04:59:25 -0000 Message-ID: <4430AB93.4050004@raitechnology.com> Date: Mon, 03 Apr 2006 04:59:00 -0000 From: Andy Howell Reply-To: AndyHowell@raitechnology.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: GDB is not trapping SIGINT Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-04/txt/msg00008.txt.bz2 Hello, I'm having problems getting GDB to not pass SIGINT to my program. In my main thread I do a sigwait for SIGINT. When I'm debugging, I don't want this called. "info handle" shows that SIGINT should not be being passed to my app. I using GDB 6.3 on RH Linux. Any ideas? Andy