From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29005 invoked by alias); 17 Nov 2005 19:14:49 -0000 Received: (qmail 28997 invoked by uid 22791); 17 Nov 2005 19:14:47 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 17 Nov 2005 19:14:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jAHJEkgr025616 for ; Thu, 17 Nov 2005 14:14:46 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jAHJEkV20451 for ; Thu, 17 Nov 2005 14:14:46 -0500 Received: from localhost.localdomain (vpn50-163.rdu.redhat.com [172.16.50.163]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jAHJEj7J004895 for ; Thu, 17 Nov 2005 14:14:45 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jAHJEe1h016125 for ; Thu, 17 Nov 2005 12:14:40 -0700 Date: Thu, 17 Nov 2005 19:14:00 -0000 From: Kevin Buettner To: gdb@sources.redhat.com Subject: Re: Interrupting remote targets from GDB Message-ID: <20051117121440.7070d946@ironwood.lan> In-Reply-To: <20051117185056.GA18702@nevyn.them.org> References: <20051117112043.4d9f587e@ironwood.lan> <20051117185056.GA18702@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: 2005-11/txt/msg00350.txt.bz2 On Thu, 17 Nov 2005 13:50:56 -0500 Daniel Jacobowitz wrote: > On Thu, Nov 17, 2005 at 11:20:43AM -0700, Kevin Buettner wrote: > > set remotebreak > > If set to on, GDB sends a BREAK signal to the remote when you > > press the Ctrl-C key to interrupt the program running on the > > remote. If set to off, GDB sends the `Strl-C' character > > instead. The default is off, since most remote systems expect > > to see `Ctrl-C' as the interrupt signal. > > Mind fixing the Strl-C ? ;-) Done. Patch and commit message sent to gdb-patches@. Kevin