From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21657 invoked by alias); 28 Oct 2014 12:58:07 -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 21646 invoked by uid 89); 28 Oct 2014 12:58:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_40,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 12:58:05 +0000 Received: from localhost (mcheck2.ugent.be [157.193.49.249]) by smtp1.ugent.be (Postfix) with ESMTP id 546CB80A3 for ; Tue, 28 Oct 2014 13:58:03 +0100 (CET) Received: from smtp1.ugent.be ([IPv6:::ffff:157.193.71.182]) by localhost (mcheck2.UGent.be [::ffff:157.193.43.11]) (amavisd-new, port 10024) with ESMTP id polom1SiXuvc for ; Tue, 28 Oct 2014 13:57:58 +0100 (CET) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp1.ugent.be (Postfix) with ESMTP id DDFA986EF for ; Tue, 28 Oct 2014 13:57:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id CE807AA30047 for ; Tue, 28 Oct 2014 13:57:58 +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 GXT2XROxm6vc for ; Tue, 28 Oct 2014 13:57:58 +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 B5AFBAA30048 for ; Tue, 28 Oct 2014 13:57:58 +0100 (CET) Message-Id: From: Jonas Maebe To: gdb In-Reply-To: <543FBFCE.4030305@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 12:58:00 -0000 References: <543FBFCE.4030305@redhat.com> X-j-chkmail-Enveloppe: 544F92D6.005 from mail.elis.UGent.be/mail.elis.UGent.be/157.193.206.48/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 544F92D6.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/msg00100.txt.bz2 On 16 Oct 2014, at 14:53, Phil Muldoon wrote: > No. Well let me qualify. There is a libgdb, but I have never used it > and I am not sure anyone has for some many years. The Free Pascal Compiler text mode IDE still uses it. It does require minor adjustments for every new GDB release though. Jonas