From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Hari Cc: insight@sourceware.cygnus.com Subject: Re: Using Insight with another version/build of gdb Date: Wed, 10 May 2000 16:08:00 -0000 Message-id: <200005102308.QAA20733@ferrule.cygnus.com> References: <20000510165554.A11029@kerala.jpsystems.com> X-SW-Source: 2000-q2/msg00183.html >>>>> "Hari" == Hari writes: Hari> Can I use Insight with another version of gdb? No. Hari> Does it take a --debugger command like ddd? No. Insight is integrated into the gdb core. DDD works by communicating with a separate gdb process. IMNSHO, the Insight method is far superior. Hari> I have built gdb for different target (m68k-palmos-coff), Hari> but want to use the Insight GUI. Can I do it? Yes. Rebuild your gdb using the Insight sources. Hari> I didn't build m68k version from the Insight sources Hari> and I won't be able to (since the patches are against Hari> gdb-4.18) Too bad. You should work on integrating your gdb patches into the main line. That is the best thing for everybody. Tom