From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1186 invoked by alias); 30 Oct 2014 10:09:22 -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 1083 invoked by uid 89); 30 Oct 2014 10:09:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS 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, 30 Oct 2014 10:09:19 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9UA8GiI003891 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 30 Oct 2014 06:08:16 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9UA8EY1008879; Thu, 30 Oct 2014 06:08:14 -0400 Message-ID: <54520E0D.1090802@redhat.com> Date: Thu, 30 Oct 2014 10:09:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Jonas Maebe CC: gdb Subject: Re: GDB C API -- does such a thing exist? References: <5440588D.8060503@earthlink.net> <5440CE6F.8070902@redhat.com> <5440D77B.90908@redhat.com> <23866303-092C-40E9-BEE6-D8C8B8469659@elis.ugent.be> In-Reply-To: <23866303-092C-40E9-BEE6-D8C8B8469659@elis.ugent.be> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-10/txt/msg00131.txt.bz2 Hi Jonas, On 10/28/2014 01:30 PM, Jonas Maebe wrote: > > On 17 Oct 2014, at 10:46, Pedro Alves wrote: > >> On 10/17/2014 09:08 AM, Pedro Alves wrote: >>> See https://sourceware.org/gdb/wiki/GDB%20Front%20Ends . >> >> I've now added a Libraries section to this page, and listed the two >> C MI wrapper libraries mentioned in this thread, plus a mention >> of libgdb.a. Everyone, feel free to expand this. > > That page says that Lazarus links to (lib)gdb, but it actually uses > GDB/MI. It's Free Pascal's own text mode editor (see e.g. http://wiki.lazarus.freepascal.org/File:fp_ubuntu_13_10.png > ) that links to libgdb. Could you update the page, please? I don't really know that much about those IDEs. Thanks, Pedro Alves