public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* insight gdb debugger with Eclipse
@ 2005-08-03  8:27 j.burton
  2005-08-03 20:36 ` Keith Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: j.burton @ 2005-08-03  8:27 UTC (permalink / raw)
  To: insight

Hello,

I need to configure out debugger in eclipse 3.0.. can someone help me?
Thanks

__________________________________________________________________
TISCALI ADSL 1.25 MEGA
Solo con Tiscali Adsl navighi senza limiti e telefoni senza canone Telecom
a partire da 19,95 Euro/mese.
Attivala entro il 31 agosto, il primo MESE è GRATIS! CLICCA QUI.
http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/



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

* Re: insight gdb debugger with Eclipse
  2005-08-03  8:27 insight gdb debugger with Eclipse j.burton
@ 2005-08-03 20:36 ` Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2005-08-03 20:36 UTC (permalink / raw)
  To: j.burton; +Cc: insight

On Wed, 2005-08-03 at 10:27 +0200, j.burton@tiscali.it wrote:

> I need to configure out debugger in eclipse 3.0.. can someone help me?
> Thanks

I'm a little confused. Insight will not run with Eclipse -- Eclipse's
CDT has its own GUI frontend for gdb.

If you are having problems running the Eclipse debugger on a C/C++
project, I suggest asking on one of the CDT mailing lists
( http://www.eclipse.org/cdt ).

Keith



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

* Re: insight gdb debugger with Eclipse
       [not found] <42D7AA4700035AE1@mail-5.mail.tiscali.sys>
@ 2005-08-04 16:18 ` Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2005-08-04 16:18 UTC (permalink / raw)
  To: j.burton; +Cc: insight

[back on list]

On Thu, 2005-08-04 at 09:46 +0200, j.burton@tiscali.it wrote:
> This is what I have...
> In the image you can see I succesfully connected to the simulator... After
> I opened the "hello.out" file for debugging...
> 
> Commands you gave me (I hope they're commands) seems don't work..
> I insert "insight --version" into console of insight but the command is undefined....
> Probably I'm wrong...I must use them in a different way....
> 
> I also tryed to use them in windows' cmd shel but they don't work
> 
> 
> I would use Eclipse or Insight....first will run will win my confidence
> 
> Thanks a lot for your help....

"insight --version" is a command line option. You should be able to use
this from the command shell, provided Insight is on your path.
Alternatively, use "show version" from the console window while insight
is running.

To see if you can actually connect to the simulator properly, type (in
the console window):

(gdb) target sim
(gdb) load
(gdb) break main
(gdb) run

If that works, the line that is blue in your image should turn green,
indicating the current PC is at that line.

If that much works (and there are no errors printed to the console
window), insight should work, too. You may have to set the target
settings manually using File->Target Settings... (the target settings
dialog).

Keith

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

end of thread, other threads:[~2005-08-04 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-03  8:27 insight gdb debugger with Eclipse j.burton
2005-08-03 20:36 ` Keith Seitz
     [not found] <42D7AA4700035AE1@mail-5.mail.tiscali.sys>
2005-08-04 16:18 ` 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).