From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15915 invoked by alias); 8 Sep 2003 19:47:57 -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 15907 invoked from network); 8 Sep 2003 19:47:56 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 8 Sep 2003 19:47:56 -0000 Received: by zenia.home (Postfix, from userid 5433) id DBB8E204FF; Mon, 8 Sep 2003 14:46:30 -0500 (EST) To: "Manoj Verma, Noida" Cc: gdb@sources.redhat.com, Bob Rossi Subject: Re: Interface to GDB References: From: Jim Blandy Date: Mon, 08 Sep 2003 19:47:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00104.txt.bz2 "Manoj Verma, Noida" writes: > If that is the case, just for an idea ......... > is it possible if I somehow bypass the CLI related code from the GDB source > code and call the basic functions like set_breakpoint(), remove_breakpoint() > etc..etc.. from my IDE code.. > > If any one has done similar things, pl. provide some guidance.. I think MI is pretty useable. But for what it's worth, Insight, the Tcl/Tk-based GUI for GDB, works the way you describe. http://sources.redhat.com/insight/