Date: Sat, 18 Aug 2001 16:55:28 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Siddhartha" Message-Id: <8011-Sat18Aug2001165525+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <000401c127be$dc905300$6d36c5cb@a> (siddhu_h@vsnl.net) Subject: Re: Help References: <000401c127be$dc905300$6d36c5cb AT a> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Siddhartha" > Date: Sat, 18 Aug 2001 13:43:36 +0530 > > I am planning to develop an IDE for MinGW/GCC compiler system in MS = > Windows for my final year project. > I need some help about debugger , its a pain to develop a debugger = > internally hence i plan to use GDB as an external debugger > I want to know whether i can use GDB without exposing its interface = > i.e. provide a GUI interface and use it as a backend. > Are there any such GUI interfaces written for GDB for windows. Are there = > any sources available from which i maybe able to learn? I believe the Insight GUI for GDB can be compiled with Cygwin. > Does redir.exe work even in windows to redirect compiler/linker output = > so that it can be parsed by a GUI interface?=20 redir works, but if you are thinking about using MinGW, it is not relevant for your project.