From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13309 invoked by alias); 28 May 2007 13:53:36 -0000 Received: (qmail 13300 invoked by uid 22791); 28 May 2007 13:53:36 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.242) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 May 2007 13:53:34 +0000 Received: by an-out-0708.google.com with SMTP id c23so451936anc for ; Mon, 28 May 2007 06:53:32 -0700 (PDT) Received: by 10.78.178.5 with SMTP id a5mr1675076huf.1180360412048; Mon, 28 May 2007 06:53:32 -0700 (PDT) Received: from ?192.168.0.153? ( [217.218.36.149]) by mx.google.com with ESMTP id 34sm142373nfu.2007.05.28.06.53.29; Mon, 28 May 2007 06:53:31 -0700 (PDT) Subject: Re: GDB reference manual From: Hossein Aminaiee To: Daniel Jacobowitz Cc: gdb@sourceware.org In-Reply-To: <20070528155451.GA5140@localhost.localdomain> References: <1180354351.4601.14.camel@delaram> <20070528155451.GA5140@localhost.localdomain> Content-Type: text/plain Date: Mon, 28 May 2007 13:53:00 -0000 Message-Id: <1180359975.4601.24.camel@delaram> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit 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/msg00171.txt.bz2 Hi, I have searched the whole GDB internal manual and I could find explanations on ui_* but gdb_* functions. Would you please indicate the exact page of which manual? Please send me the url of the manual you are using. Cheers, Hossein Aminaiee On Mon, 2007-05-28 at 08:54 -0700, Daniel Jacobowitz wrote: > 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. >