From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20516 invoked by alias); 30 May 2007 15:24:05 -0000 Received: (qmail 20508 invoked by uid 22791); 30 May 2007 15:24:05 -0000 X-Spam-Check-By: sourceware.org Received: from nc-71-2-221-6.dyn.embarqhsd.net (HELO localhost.localdomain) (71.2.221.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 May 2007 15:23:55 +0000 Received: by localhost.localdomain (Postfix, from userid 1000) id C6C05177725; Wed, 30 May 2007 08:23:53 -0700 (PDT) Date: Wed, 30 May 2007 15:24:00 -0000 From: Daniel Jacobowitz To: Hossein Aminaiee Cc: Rob Quill , gdb@sourceware.org Subject: Re: GDB reference manual Message-ID: <20070530152353.GA16248@localhost.localdomain> Mail-Followup-To: Hossein Aminaiee , Rob Quill , gdb@sourceware.org References: <1180354351.4601.14.camel@delaram> <20070528155451.GA5140@localhost.localdomain> <1180359975.4601.24.camel@delaram> <1180517570.7120.13.camel@delaram> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1180517570.7120.13.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/msg00178.txt.bz2 On Wed, May 30, 2007 at 01:02:49PM +0330, Hossein Aminaiee wrote: > Hi, > I read the manual and I found the GDB/MI useful. I really appreciate > your help. What I guessed from the manual that one should start a gdb > process in the background and communicate with it using the GDB/MI > commands. Am I wrong? But how to send MI commands to the GDB? Should GDB > be started using the input/output redirection? Right. > I explored a couple of frontends for GDB like rhide and I figured out > that they've added the GDB/MI source files to their project and compiled > them into their binaries. But what about the libgdb? Is it possible to > use libgdb.so? Not really. -- Daniel Jacobowitz CodeSourcery