From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23050 invoked by alias); 30 Dec 2005 04:57:42 -0000 Received: (qmail 23043 invoked by uid 22791); 30 Dec 2005 04:57:41 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Dec 2005 04:57:40 +0000 Received: by zproxy.gmail.com with SMTP id 40so1820933nzk for ; Thu, 29 Dec 2005 20:57:39 -0800 (PST) Received: by 10.65.148.3 with SMTP id a3mr1732467qbo; Thu, 29 Dec 2005 20:57:38 -0800 (PST) Received: by 10.65.222.12 with HTTP; Thu, 29 Dec 2005 20:57:38 -0800 (PST) Message-ID: <214135380512292057r6b404d78t1b88d26f980ffb5a@mail.gmail.com> Date: Fri, 30 Dec 2005 04:57:00 -0000 From: Carlos Eduardo Rodrigues de Almeida To: Carlos Eduardo Rodrigues de Almeida , gdb@sources.redhat.com Subject: Re: Sending signal to inferior In-Reply-To: <20051230044151.GD1316@white> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <214135380512291937q58cd9ebajc40590fdc3936be4@mail.gmail.com> <20051230041134.GB1316@white> <214135380512292029i36e2e5cft8f9715b1bfa2b4a5@mail.gmail.com> <20051230044151.GD1316@white> X-IsSubscribed: yes 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-12/txt/msg00216.txt.bz2 Thank you.. I'm trying to solve this for days.. I'll be writing the gui in java, I feel very confortable with it and with some libraries it can be very powerfull. I'm trying to create a subprocess and comunicate via stin, stdout and stderr.. using mi. Do you sugest a better aproach? It is going to be open source! If you want to help I can share all my ideas :) Eduardo On 12/30/05, Bob Rossi wrote: > On Fri, Dec 30, 2005 at 04:29:19AM +0000, Carlos Eduardo Rodrigues de Alm= eida wrote: > > The problem is when the inferior is running... I'll try to explain bett= er > > Hi Eduardo, > > Yes, that helped, I've reproduced your problem. It's time for me to go to= bed, > but I'll try to look at this tommorow. > > BTW, what kind of front end are you writing? What communication protocol > do you plan on using with GDB? Is this open source or proprietary? > > Bob Rossi >