Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: Michael Snyder <msnyder@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] Remote UDP support
Date: Wed, 08 May 2002 17:11:00 -0000	[thread overview]
Message-ID: <20020509001116.GA12143@nevyn.them.org> (raw)
In-Reply-To: <3CD9B872.35CC1D23@redhat.com>

On Wed, May 08, 2002 at 04:44:50PM -0700, Michael Snyder wrote:
> Daniel Jacobowitz wrote:
> > 
> > A patch for this feature was supported a year or so ago, but never went in.
> > I had a need for this a couple of days ago, so I did it over from scratch;
> > it's much easier now than it was at the time.  The name of ser-tcp.c is a
> > bit wrong after this patch; I can either rename the file to ser-net.c or
> > just update some comments to match.  Got a preference?  Otherwise OK?
> > 
> > --
> > Daniel Jacobowitz                           Carnegie Mellon University
> > MontaVista Software                         Debian GNU/Linux Developer
> 
> Wow!  I love the simplicity of the change.  Nice job.

I actually leave non-blocking connects enabled for UDP, because it kept
the changes smaller.  It's kind of silly, if you think about it, though :)

> I'm not sure if I understand all the ramifications, though.
> If you call net_open, how is it going to decide whether 
> to use udp or tcp?  I imagine we would want it to use
> tcp by preference, if possible.

Ack, I forgot to include the accompanying documentation changes.  Bad
Dan!  The gist is that you can say "host:port" or ":port" and get TCP,
"udp:host:port" or "udp::port" and get UDP, or "tcp:host:port" or
"tcp::port" and get TCP.  So you can connect by TCP to a host named
UDP, etc.

Here's the matching documentation patch.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-05-08  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
	options for `target remote'.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.98
diff -u -r1.98 gdb.texinfo
--- gdb.texinfo	4 May 2002 16:00:30 -0000	1.98
+++ gdb.texinfo	9 May 2002 00:10:17 -0000
@@ -10485,7 +10485,8 @@
 
 @cindex TCP port, @code{target remote}
 To use a TCP connection, use an argument of the form
-@code{@var{host}:port}.  For example, to connect to port 2828 on a
+@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
+For example, to connect to port 2828 on a
 terminal server named @code{manyfarms}:
 
 @smallexample
@@ -10503,6 +10504,15 @@
 @noindent
 
 Note that the colon is still required here.
+
+@cindex UDP port, @code{target remote}
+To use a UDP connection, use an argument of the form
+@code{udp:@var{host}:@var{port}}.  For example, to connect to UDP port 2828
+on a terminal server named @code{manyfarms}:
+
+@smallexample
+target remote udp:manyfarms:2828
+@end smallexample
 @end enumerate
 
 Now you can use all the usual commands to examine and change data and to


  reply	other threads:[~2002-05-09  0:11 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-08 16:26 Daniel Jacobowitz
2002-05-08 16:58 ` Michael Snyder
2002-05-08 17:11   ` Daniel Jacobowitz [this message]
2002-05-08 21:52     ` Eli Zaretskii
2002-05-08 17:39 ` Andrew Cagney
2002-05-08 17:53   ` Daniel Jacobowitz
2002-05-08 19:56     ` Andrew Cagney
2002-05-08 20:01       ` Daniel Jacobowitz
2002-05-09 11:37         ` Michael Snyder
2002-05-09 11:44           ` Daniel Jacobowitz
2002-05-09 14:18             ` Andrew Cagney
2002-05-09 14:20               ` Daniel Jacobowitz
2002-05-09 15:27                 ` Andrew Cagney
2002-05-09 20:51                   ` Jim Blandy
2002-05-09 21:28                     ` Jason R Thorpe
2002-05-09 21:45                     ` Andrew Cagney
2002-05-09 22:32                       ` Jason R Thorpe
2002-05-10  8:18                       ` Frank Ch. Eigler
2002-05-10 13:54                         ` Andrew Cagney
2002-05-10 13:57                           ` Jason R Thorpe
2002-05-10 14:07                           ` Martin M. Hunt
2002-05-11 12:12                 ` Andrew Cagney
2002-05-11 14:32                   ` Daniel Jacobowitz
2002-05-11 15:01                     ` Andrew Cagney
2002-05-12 18:22                       ` Daniel Jacobowitz
2002-05-12 21:44                         ` Andrew Cagney
2002-05-13 10:42                           ` Daniel Jacobowitz
2002-05-13 14:06                             ` Andrew Cagney
2002-05-13 21:32                               ` 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=20020509001116.GA12143@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=msnyder@redhat.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