From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2359 invoked by alias); 2 Jul 2003 07:13:24 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2351 invoked from network); 2 Jul 2003 07:13:22 -0000 Received: from unknown (HELO tomts26-srv.bellnexxia.net) (209.226.175.189) by sources.redhat.com with SMTP; 2 Jul 2003 07:13:22 -0000 Received: from sympatico.ca ([65.94.67.166]) by tomts26-srv.bellnexxia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20030702071320.NIVB22067.tomts26-srv.bellnexxia.net@sympatico.ca> for ; Wed, 2 Jul 2003 03:13:20 -0400 Message-ID: <3F0230A3.6090101@sympatico.ca> Date: Wed, 02 Jul 2003 07:13:00 -0000 From: jacques User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030527 Debian/1.3.1-2 X-Accept-Language: en MIME-Version: 1.0 CC: gdb@sources.redhat.com Subject: libgdb References: <09a601c33f6e$b05a3480$0a02a8c0@scenix.com> <20030701034232.GB3434@nevyn.them.org> <00d001c33f8f$8cc48b30$0a00a8c0@nkelseyhome> <3F018586.8010209@redhat.com> <20030701140936.GA10877@nevyn.them.org> <00df01c33ff2$361e0b40$0a00a8c0@nkelseyhome> In-Reply-To: <00df01c33ff2$361e0b40$0a00a8c0@nkelseyhome> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00031.txt.bz2 Hello, I'm currently working on a new debugger, and I want to base it on libgdb. However, finding documentation about libgdb, or even finding libgdb itself, has proved a daunting task. My understanding is that libgdb is simply a library containing all the high level functions of gdb, but let's me call them inside my code. Is libgdb rebuilt everytime a new gdb comes out? where can i find more information about libgdb(google gives me 2 manuals, both very very sparse on any information), and where would I get the latest libgdb? --Jacques