* questions
@ 2011-11-24 22:45 Levente Kovacs
2011-11-25 20:37 ` questions Keith Seitz
0 siblings, 1 reply; 2+ messages in thread
From: Levente Kovacs @ 2011-11-24 22:45 UTC (permalink / raw)
To: insight
Hi,
I just want to ask a few question about insight:
1. Does it ships with it's own GDB?
2. Can it communicate with an "external" gdb server through a socket?
3. Does it uses the systems' tk library?
Thanks,
Levente
--
Levente Kovacs
CTO, CSO
http://levente.logonex.eu
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: questions
2011-11-24 22:45 questions Levente Kovacs
@ 2011-11-25 20:37 ` Keith Seitz
0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2011-11-25 20:37 UTC (permalink / raw)
To: Levente Kovacs; +Cc: insight
On 11/24/2011 01:59 PM, Levente Kovacs wrote:
> 1. Does it ships with it's own GDB?
Yes, insight "is" gdb: running "insight -nw" will give you the CLI gdb.
When you build insight, you get two executables: one is gdb, one is
insight.
> 2. Can it communicate with an "external" gdb server through a socket?
Yes, insight can do anything that gdb does.
> 3. Does it uses the systems' tk library?
On linux*, yes, it will use the system's tcl/tk/itcl. Simply remove the
tcl, tk, and itcl directories from the source tree.
* I say linux because that is the only platform on which I've tested it.
You cannot do this with either MinGW or Cygwin. Those platforms must use
the in-tree tcl, tk, and itcl. [And the only reason they "must" use them
is because no one has done the work to make the build do this.]
Keith
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-25 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-24 22:45 questions Levente Kovacs
2011-11-25 20:37 ` questions Keith Seitz
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).