From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21737 invoked by alias); 28 Oct 2014 13:30:53 -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 21723 invoked by uid 89); 28 Oct 2014 13:30:50 -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 autolearn=ham version=3.3.2 X-HELO: smtp1.ugent.be Received: from smtp1.ugent.be (HELO smtp1.ugent.be) (157.193.71.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Oct 2014 13:30:44 +0000 Received: from localhost (mcheck3.ugent.be [157.193.71.89]) by smtp1.ugent.be (Postfix) with ESMTP id 46CA981A9; Tue, 28 Oct 2014 14:30:42 +0100 (CET) Received: from smtp1.ugent.be ([IPv6:::ffff:157.193.71.182]) by localhost (mcheck3.UGent.be [::ffff:157.193.43.11]) (amavisd-new, port 10024) with ESMTP id iwm_-_-aWm7q; Tue, 28 Oct 2014 14:30:38 +0100 (CET) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp1.ugent.be (Postfix) with ESMTP id C00AA874B; Tue, 28 Oct 2014 14:30:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id A9119AA30048; Tue, 28 Oct 2014 14:30:36 +0100 (CET) Received: from mail.elis.ugent.be ([127.0.0.1]) by localhost (mail.elis.ugent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5GH-pgC2XU7k; Tue, 28 Oct 2014 14:30:36 +0100 (CET) Received: from bigmac.elis.UGent.be (bigmac.elis.UGent.be [157.193.206.33]) by mail.elis.ugent.be (Postfix) with ESMTP id 8F6A3AA30047; Tue, 28 Oct 2014 14:30:36 +0100 (CET) Cc: gdb Message-Id: <23866303-092C-40E9-BEE6-D8C8B8469659@elis.ugent.be> From: Jonas Maebe To: Pedro Alves In-Reply-To: <5440D77B.90908@redhat.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: GDB C API -- does such a thing exist? Date: Tue, 28 Oct 2014 13:30:00 -0000 References: <5440588D.8060503@earthlink.net> <5440CE6F.8070902@redhat.com> <5440D77B.90908@redhat.com> X-j-chkmail-Enveloppe: 544F9A7C.005 from mail.elis.UGent.be/mail.elis.UGent.be/157.193.206.48/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 544F9A7C.005 on smtp1.ugent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00102.txt.bz2 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. Jonas