From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7293 invoked by alias); 2 Mar 2011 12:29:48 -0000 Received: (qmail 7284 invoked by uid 22791); 2 Mar 2011 12:29:47 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,TW_QE X-Spam-Check-By: sourceware.org Received: from mail-bw0-f41.google.com (HELO mail-bw0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Mar 2011 12:29:43 +0000 Received: by bwz17 with SMTP id 17so125347bwz.0 for ; Wed, 02 Mar 2011 04:29:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.45.87 with SMTP id d23mr7341802bkf.56.1299068980820; Wed, 02 Mar 2011 04:29:40 -0800 (PST) Received: by 10.204.53.200 with HTTP; Wed, 2 Mar 2011 04:29:40 -0800 (PST) In-Reply-To: <201103020945.11471.pedro@codesourcery.com> References: <201103011850.29526.vapier@gentoo.org> <201103020945.11471.pedro@codesourcery.com> Date: Wed, 02 Mar 2011 12:29:00 -0000 Message-ID: Subject: Re: gdb + remote qemu, Ctrl-C does not work From: "dpc@ucore.info" To: Pedro Alves Cc: gdb@sourceware.org, Mike Frysinger Content-Type: text/plain; charset=UTF-8 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: 2011-03/txt/msg00014.txt.bz2 On Wed, Mar 2, 2011 at 10:45 AM, Pedro Alves wrote: > Do you have qemu running on the same terminal as gdb? Well yes, I guess. I'm running it in the same script like this: qemu someoptions & sleep 1 gdb -x somefile -- http://dpc.ucore.info