From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26755 invoked by alias); 28 May 2007 14:07:32 -0000 Received: (qmail 26747 invoked by uid 22791); 28 May 2007 14:07:32 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 May 2007 14:07:30 +0000 Received: by wa-out-1112.google.com with SMTP id v27so587135wah for ; Mon, 28 May 2007 07:07:28 -0700 (PDT) Received: by 10.114.61.1 with SMTP id j1mr2941932waa.1180361248521; Mon, 28 May 2007 07:07:28 -0700 (PDT) Received: by 10.114.79.6 with HTTP; Mon, 28 May 2007 07:07:28 -0700 (PDT) Message-ID: Date: Mon, 28 May 2007 14:07:00 -0000 From: "Rob Quill" To: "Hossein Aminaiee" Subject: Re: GDB reference manual Cc: "Daniel Jacobowitz" , gdb@sourceware.org In-Reply-To: <1180359975.4601.24.camel@delaram> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1180354351.4601.14.camel@delaram> <20070528155451.GA5140@localhost.localdomain> <1180359975.4601.24.camel@delaram> 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/msg00172.txt.bz2 On 28/05/07, Hossein Aminaiee wrote: > 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. It can be found in the GDB user guide, not the internals manual. It is under chapter 24. Quoting from the start of this chapter: "gdb/mi is a line based machine oriented text interface to gdb and is activated by specifying using the '--interpreter' command line option (see Section 2.1.2 [Mode Options], page 13). It is specifically intended to support the development of systems which use the debugger as just one small component of a larger system." Hope that helps. Rob Quill > > 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. > > > >