Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: David Taylor <taylor@cygnus.com>
To: "Noah Aklilu" <naklilu@ualberta.ca>
Cc: gdb@sourceware.cygnus.com
Subject: Re: gdb over ethernet
Date: Wed, 21 Mar 2001 15:59:00 -0000	[thread overview]
Message-ID: <200103051635.LAA29810@texas.cygnus.com> (raw)

    From: "Noah Aklilu" <naklilu@ualberta.ca>
    Date: Mon, 5 Mar 2001 08:54:09 -0700

    Hi
	    I was looking through gdb's debugging interface and it all seems 
    oriented to debugging over a serial port.  I would be interested in
    getting it working over ethernet (really over tcp/ip), that is 
    connecting directly to the remote target over ethernet without a 
    remote terminal server (as seems to be the current implementation).
    How horrible would it be to implement this and can it be done
    within the current framework?  

    Noah.

Unless I am misunderstanding what you are asking for, it's already
part of the standard gdb.

You mention not using a remote terminal server and connecting directly
to the target -- but GDB doesn't know what is at the other end!  From
GDB's perspective, there is NO difference between the two.

GDB only knows what it sent and what responses it got back -- it
doesn't know (nor care) what is at the other end.  Whether it is a
terminal server talking to the target over a serial line, a gdbserver
program, or the board directly, does not matter to GDB.


             reply	other threads:[~2001-03-21 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-21 15:59 David Taylor [this message]
2001-03-21 15:59 ` Andrew Cagney
2001-03-21 15:59 Noah Aklilu

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=200103051635.LAA29810@texas.cygnus.com \
    --to=taylor@cygnus.com \
    --cc=gdb@sourceware.cygnus.com \
    --cc=naklilu@ualberta.ca \
    /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