public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: Using Insight with another version/build of gdb
@ 2000-05-10 18:29 Jim Ingham
  0 siblings, 0 replies; 6+ messages in thread
From: Jim Ingham @ 2000-05-10 18:29 UTC (permalink / raw)
  To: insight

Hari,

> Can I use Insight with another version of gdb?

No, this is not possible.  Unlike DDD, Insight is actually running in the
same process as gdb.  There are a bunch of Tcl commands that give the
interpreter used to write the GUI access to gdb's internal state.  This is
very convenient, but of course, it means that you have to run in the gdb
process...

Sorry,

Jim


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Using Insight with another version/build of gdb
  2000-05-10 16:53   ` Hari
@ 2000-05-10 16:56     ` Tom Tromey
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Tromey @ 2000-05-10 16:56 UTC (permalink / raw)
  To: Hari; +Cc: Tom Tromey, insight

Hari> Can I replace the "gdb" and related subdirectories in the source
Hari> with corresponding patched 4.18 directories and expect the rest
Hari> of Insight to work fine?

If I understand you correctly, then the answer is no.  Insight is part
of the gdb subdirectory.

>> Too bad.  You should work on integrating your gdb patches into the
>> main line.  That is the best thing for everybody.

Hari> I am only a user of the product. Moreover the patches, as it
Hari> exists today, aren't GNU friendly, I heard.

Bummer.

Tom

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Using Insight with another version/build of gdb
  2000-05-10 16:08 ` Tom Tromey
@ 2000-05-10 16:53   ` Hari
  2000-05-10 16:56     ` Tom Tromey
  0 siblings, 1 reply; 6+ messages in thread
From: Hari @ 2000-05-10 16:53 UTC (permalink / raw)
  To: Tom Tromey; +Cc: insight

> Insight is integrated into the gdb core.  DDD works by communicating
> with a separate gdb process.  IMNSHO, the Insight method is far
> superior.

Can I replace the "gdb" and related subdirectories in the 
source with corresponding patched 4.18 directories and expect
the rest of Insight to work fine?

The only reason I wan to use Insight instead of ddd
is to get it working under cygwin (without X). 
Any GUI support is better than working with the 
bare commandline (as it exists today for the
m68k-palmos-coff build).

> Too bad.  You should work on integrating your gdb patches into the
> main line.  That is the best thing for everybody.

I am only a user of the product. Moreover the patches, as it
exists today, aren't GNU friendly, I heard.  The maintainers
are working on integrating the patches back to the main
GNU source. But that won't be available anytime soon.

Thanks for your time.
--
Hari.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Using Insight with another version/build of gdb
  2000-05-10 15:53 Hari
  2000-05-10 16:02 ` Mo DeJong
@ 2000-05-10 16:08 ` Tom Tromey
  2000-05-10 16:53   ` Hari
  1 sibling, 1 reply; 6+ messages in thread
From: Tom Tromey @ 2000-05-10 16:08 UTC (permalink / raw)
  To: Hari; +Cc: insight

>>>>> "Hari" == Hari  <hari.reg@kerala.jpsystems.com> 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Using Insight with another version/build of gdb
  2000-05-10 15:53 Hari
@ 2000-05-10 16:02 ` Mo DeJong
  2000-05-10 16:08 ` Tom Tromey
  1 sibling, 0 replies; 6+ messages in thread
From: Mo DeJong @ 2000-05-10 16:02 UTC (permalink / raw)
  To: Hari; +Cc: insight

Insight is gdb. They are not two different things like ddd and gdb
are.

Mo Dejong
Red Hat Inc.

On Wed, 10 May 2000, Hari wrote:

> Can I use Insight with another version of gdb?
> Does it take a --debugger command like ddd?
> I have built gdb for different target (m68k-palmos-coff),
> but want to use the Insight GUI. Can I do it?
> I didn't build m68k version from the Insight sources
> and I won't be able to (since the patches are against
> gdb-4.18)
> 
> Any help is appreciated.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Using Insight with another version/build of gdb
@ 2000-05-10 15:53 Hari
  2000-05-10 16:02 ` Mo DeJong
  2000-05-10 16:08 ` Tom Tromey
  0 siblings, 2 replies; 6+ messages in thread
From: Hari @ 2000-05-10 15:53 UTC (permalink / raw)
  To: insight

Can I use Insight with another version of gdb?
Does it take a --debugger command like ddd?
I have built gdb for different target (m68k-palmos-coff),
but want to use the Insight GUI. Can I do it?
I didn't build m68k version from the Insight sources
and I won't be able to (since the patches are against
gdb-4.18)

Any help is appreciated.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-05-10 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-10 18:29 Using Insight with another version/build of gdb Jim Ingham
  -- strict thread matches above, loose matches on Subject: below --
2000-05-10 15:53 Hari
2000-05-10 16:02 ` Mo DeJong
2000-05-10 16:08 ` Tom Tromey
2000-05-10 16:53   ` Hari
2000-05-10 16:56     ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).