From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2849 invoked by alias); 7 Sep 2012 11:05:19 -0000 Received: (qmail 2833 invoked by uid 22791); 7 Sep 2012 11:05:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mailout-de.gmx.net) (213.165.64.22) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 07 Sep 2012 11:05:05 +0000 Received: (qmail invoked by alias); 07 Sep 2012 11:05:04 -0000 Received: from HSI-KBW-078-042-238-225.hsi3.kabel-badenwuerttemberg.de (EHLO [192.168.2.2]) [78.42.238.225] by mail.gmx.net (mp030) with SMTP; 07 Sep 2012 13:05:04 +0200 Message-ID: <5049D4EF.7060509@gmx.de> Date: Fri, 07 Sep 2012 11:05:00 -0000 From: Johannes Bauer User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.23) Gecko/20091110 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: gdb@sourceware.org CC: palves@redhat.com Subject: Re: Building gdb frontend References: <5049CE37.4020005@gmx.de> <5049D063.5000509@redhat.com> In-Reply-To: <5049D063.5000509@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2012-09/txt/msg00010.txt.bz2 On 07.09.2012 12:45, Pedro Alves wrote: > On 09/07/2012 11:36 AM, Johannes Bauer wrote: >> Is there a preferred way to talk to gdb in a >> "machine-readable" friendly way so I know exactly when gdb is ready to >> receive commands again? > > See "The gdb/mi Interface" in the manual. Aaaahhhh! This is *beautiful*. Even better than what I hoped for. This will work out nicely, a first test shows that it works perfectly. Thank you very much, Best regards, Johannes