From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23817 invoked by alias); 16 Oct 2014 14:09:13 -0000 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 Received: (qmail 23798 invoked by uid 89); 16 Oct 2014 14:09:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 16 Oct 2014 14:09:11 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9GE97SV005124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 16 Oct 2014 10:09:08 -0400 Received: from host2.jankratochvil.net (ovpn-116-79.ams2.redhat.com [10.36.116.79]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9GE94Ae010138 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Thu, 16 Oct 2014 10:09:06 -0400 Date: Thu, 16 Oct 2014 14:09:00 -0000 From: Jan Kratochvil To: Bob Rossi Cc: =?utf-8?Q?=C3=96mer_Sinan_A=C4=9Facan?= , gdb Subject: Re: GDB C API -- does such a thing exist? Message-ID: <20141016140903.GB2062@host2.jankratochvil.net> References: <20141016140154.GA11459@linux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141016140154.GA11459@linux> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00041.txt.bz2 On Thu, 16 Oct 2014 16:01:54 +0200, Bob Rossi wrote: > If you want to use the GDB/MI interface, [...] > https://github.com/brasko/gdbwire > I don't expect to be done implementing and testing this for a long time. I did not check the project above in detail, it may be a better choice, just there is also GDB/MI protocol library http://sourceforge.net/projects/libmigdb/ which I used with some patches of it in my abandoned http://git.jankratochvil.net/?p=gdbmicli.git Jan