From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6243 invoked by alias); 28 May 2007 12:54:57 -0000 Received: (qmail 6235 invoked by uid 22791); 28 May 2007 12:54:57 -0000 X-Spam-Check-By: sourceware.org Received: from nc-71-2-223-254.dyn.embarqhsd.net (HELO localhost.localdomain) (71.2.223.254) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 May 2007 12:54:54 +0000 Received: by localhost.localdomain (Postfix, from userid 1000) id 65C7B178032; Mon, 28 May 2007 08:54:51 -0700 (PDT) Date: Mon, 28 May 2007 12:54:00 -0000 From: Daniel Jacobowitz To: Hossein Aminaiee Cc: gdb@sourceware.org Subject: Re: GDB reference manual Message-ID: <20070528155451.GA5140@localhost.localdomain> Mail-Followup-To: Hossein Aminaiee , gdb@sourceware.org References: <1180354351.4601.14.camel@delaram> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1180354351.4601.14.camel@delaram> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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 X-SW-Source: 2007-05/txt/msg00170.txt.bz2 On Mon, May 28, 2007 at 03:42:31PM +0330, Hossein Aminaiee wrote: > Hi all, > I've developed an IDE for C++ and I'm about to provide a debugger for > it using GDB. But I could not find any reference manual containing the > gdb_* functions (API) listings and explanations. That's because you shouldn't be using those. Use GDB/MI, which is described in the manual. -- Daniel Jacobowitz CodeSourcery