From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1979 invoked by alias); 20 Jul 2010 14:21:41 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 1871 invoked by uid 22791); 20 Jul 2010 14:21:40 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Tue, 20 Jul 2010 14:21:00 -0000 From: Jan Kratochvil To: Oleg Nesterov Cc: archer@sourceware.org Subject: Re: Q: mutlithreaded tracees && clone/exit Message-ID: <20100720142129.GA17034@host1.dyn.jankratochvil.net> References: <20100718174851.GA15528@redhat.com> <20100716205147.GA26313@redhat.com> <20100719160127.GA13331@host1.dyn.jankratochvil.net> <20100720131615.GA17450@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100720131615.GA17450@redhat.com> User-Agent: Mutt/1.5.20 (2009-12-10) X-SW-Source: 2010-q3/txt/msg00043.txt.bz2 On Tue, 20 Jul 2010 15:16:15 +0200, Oleg Nesterov wrote: > Just curious, what is Eclipse and MI ? IDE written in Java, see package eclipse-cdt which uses GDB as its debugger backend. MI is the protocol Eclipse<->GDB - not the (gdb)-prompt interface but a different one, see `gdb -i=mi', testsuite/gdb.mi/ and: info '(gdb)GDB/MI' Regards, Jan