public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: j.burton@tiscali.it
Cc: "insight@sources.redhat.com" <insight@sources.redhat.com>
Subject: Re: insight gdb debugger with Eclipse
Date: Thu, 04 Aug 2005 16:18:00 -0000	[thread overview]
Message-ID: <1123172258.4358.4.camel@lindt.uglyboxes.com> (raw)
In-Reply-To: <42D7AA4700035AE1@mail-5.mail.tiscali.sys>

[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

       reply	other threads:[~2005-08-04 16:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <42D7AA4700035AE1@mail-5.mail.tiscali.sys>
2005-08-04 16:18 ` Keith Seitz [this message]
2005-08-03  8:27 j.burton
2005-08-03 20:36 ` Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1123172258.4358.4.camel@lindt.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=insight@sources.redhat.com \
    --cc=j.burton@tiscali.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).