From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22222 invoked by alias); 13 Mar 2005 23:33:42 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22089 invoked from network); 13 Mar 2005 23:33:30 -0000 Received: from unknown (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org with SMTP; 13 Mar 2005 23:33:30 -0000 Received: from farnswood.snap.net.nz (p238-tnt1.snap.net.nz [202.124.110.238]) by viper.snap.net.nz (Postfix) with ESMTP id CC2D8498E03; Mon, 14 Mar 2005 12:33:28 +1300 (NZDT) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id D308662FBE; Sun, 13 Mar 2005 23:32:18 +0000 (GMT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16948.52610.349827.789960@farnswood.snap.net.nz> Date: Sun, 13 Mar 2005 23:33:00 -0000 To: Daniel Jacobowitz Cc: Eli Zaretskii , dave.korn@artimi.com, kostik@ispras.ru, gdb@sources.redhat.com Subject: Re: MI output command error In-Reply-To: <20050313202538.GA4946@nevyn.them.org> References: <16946.1979.617105.196894@farnswood.snap.net.nz> <20050311213042.GA14428@nevyn.them.org> <16946.4725.343793.980977@farnswood.snap.net.nz> <01c526ed$Blat.v2.4$2b933720@zahav.net.il> <16948.2374.864364.458035@farnswood.snap.net.nz> <20050313154027.GA18342@nevyn.them.org> <16948.40725.317349.246550@farnswood.snap.net.nz> <20050313202538.GA4946@nevyn.them.org> X-SW-Source: 2005-03/txt/msg00150.txt.bz2 > > At the moment I have some time, so I can offer to try. I will need some > > hand holding though. What files should I look at, and what behaviour > > would you expect? > > Have I mentioned that I don't know anything about MI? :-) I'm afraid I > have no advice. I would expect -exec-interrupt to send a signal to the > target process, just like GDB's SIGINT handler does. Which isn't > perfect, but generally works. OK. Theres an example in the manual that I can follow: (gdb) 111-exec-continue 111^running (gdb) 222-exec-interrupt 222^done (gdb) 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt", frame={addr="0x00010140",func="foo",args=[],file="try.c",line="13"} (gdb) However, with it looking like Andrew has gone AWOL, who would review any such patches? Nick