From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1265 invoked by alias); 7 Nov 2007 02:55:32 -0000 Received: (qmail 1256 invoked by uid 22791); 7 Nov 2007 02:55:31 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Nov 2007 02:55:30 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id DEAA698354 for ; Wed, 7 Nov 2007 02:55:28 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 9B5279830E for ; Wed, 7 Nov 2007 02:55:28 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ipb4h-0000WI-Mk for gdb@sourceware.org; Tue, 06 Nov 2007 21:55:27 -0500 Date: Wed, 07 Nov 2007 02:55:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: Ctrl+C when a watchpoint is set gdb Message-ID: <20071107025527.GA1981@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org References: <20071107024101.GA850@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00045.txt.bz2 On Tue, Nov 06, 2007 at 06:48:25PM -0800, Siva Velusamy wrote: > Yes, it is returning TARGET_SIGNAL_TRAP. I will see if making it > TARGET_SIGNAL_INT fixes the issue. Following up on your comment, I > looked through the definitions of all the signals in signals.c, and I > don't think the remote server followed many of the conventions. Thanks > for the pointer! No problem. The documentation is not very clear about the need to do this; improving that is on my list. -- Daniel Jacobowitz CodeSourcery