From: Mark Salter <msalter@redhat.com>
To: vinayak@multitech.co.in
Cc: gdb@sources.redhat.com
Subject: Re: gdbserver
Date: Mon, 22 Jul 2002 05:58:00 -0000 [thread overview]
Message-ID: <200207221256.g6MCuCf31655@deneb.localdomain> (raw)
In-Reply-To: <3D3B8B17.2603542D@multitech.co.in> (message from Vinayak P Risbud on Mon, 22 Jul 2002 10:03:27 +0530)
>>>>> Vinayak P Risbud writes:
> Thanks for your response,
> I want to debug, my target remotely through
> TCP/IP link. The BootCode I have is Redboot,
> and I am able to ping the target over LAN.
> How can I do this using GDB ?
By default, RedBoot will listen on port 9000, so something
like this should connect you to the target:
(gdb) target remote board_name:9000
or
(gdb) target remote 192.168.1.100:9000
--Mark
next prev parent reply other threads:[~2002-07-22 12:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-20 5:08 gdbserver Vinayak P Risbud
2002-07-20 11:41 ` gdbserver Andrew Cagney
2002-07-21 21:36 ` gdbserver Vinayak P Risbud
2002-07-22 5:58 ` Mark Salter [this message]
2002-07-20 12:01 ` gdbserver Daniel Jacobowitz
2002-07-20 12:09 ` gdbserver Mark Salter
2003-05-30 8:17 gdbserver Raja Saleru
2003-05-30 14:27 ` gdbserver Daniel Jacobowitz
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=200207221256.g6MCuCf31655@deneb.localdomain \
--to=msalter@redhat.com \
--cc=gdb@sources.redhat.com \
--cc=vinayak@multitech.co.in \
/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