public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <kseitz@firetalk.com>
To: Michael Crowe <mike@timesys.com>
Cc: Insight <insight@sourceware.cygnus.com>
Subject: Re: Remote Debugging Revisited
Date: Mon, 12 Jun 2000 06:36:00 -0000	[thread overview]
Message-ID: <3944E74C.35227AA9@firetalk.com> (raw)
In-Reply-To: <3944E459.5C6B7914@timesys.com>

Michael Crowe wrote:
> 
> Then I fire up gdb(i.e. Insight) on my host and try to use target remote
> from the gdb console to connect, the target display then a line that
> says "remote debugging using beru:2345.  All of this seems good, but
> then when I get to the Insight window, I cannot list the program or run
> it, or anything.

The "remote debugging using..." message doesn't really mean much,
unfortunately. This just means that gdb was able to open the specified
transport layer (in your case ethernet connection to your gdbserver). So
we need to get more information.

I recommend running gdb in command line mode (foo-bar-gdb -nw) and
turning on remote debugging (set remotedebug 1). This will give you more
explicit information on what is causing problems for gdb (we hope). If
you're running on unix, you could use tcpdump to see if there is any
communication going on between your host and the remote machine, too.
There is probably something similar for Windows somewhere, but I haven't
a clue what it is or where to get it. (I know of serial sniffers, but
not ethernet.)

Try the remotedebug thing and let us know what gdb says.\x13(What's your
host, again?)
Keith
-- 
Why chat when you can Firetalk?
Firetalk ID: Keith (10320)
www.firetalk.com

      reply	other threads:[~2000-06-12  6:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-12  6:26 Michael Crowe
2000-06-12  6:36 ` Keith Seitz [this message]

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=3944E74C.35227AA9@firetalk.com \
    --to=kseitz@firetalk.com \
    --cc=insight@sourceware.cygnus.com \
    --cc=mike@timesys.com \
    /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).