public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* telnet features to serial
@ 2000-11-17 18:02 Quality Quorum
  2000-11-30 12:05 ` J.T. Conklin
  0 siblings, 1 reply; 3+ messages in thread
From: Quality Quorum @ 2000-11-17 18:02 UTC (permalink / raw)
  To: gdb

Hi, 

I am wondering about following: does it seem reasonable to add minimal 
telnet option negotiation to serial debugging over tcp connection ?

Rationale: (1) this connection is usually going to terminal server
or telnet daemon (if monitor debugging is used), both of them
do expect telnet session, I suppose it may save on terminal
server configuration, (2) it will expand possibilities, e.g. it will
allow to send breaks over tcp, (3) it is not a big deal to add it to 
the picture.

Opinions ???

Thanks,

Aleksey
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: telnet features to serial
  2000-11-17 18:02 telnet features to serial Quality Quorum
@ 2000-11-30 12:05 ` J.T. Conklin
  2000-11-30 14:56   ` Quality Quorum
  0 siblings, 1 reply; 3+ messages in thread
From: J.T. Conklin @ 2000-11-30 12:05 UTC (permalink / raw)
  To: Quality Quorum; +Cc: gdb

>>>>> "Quality" == Quality Quorum <qqi@world.std.com> writes:
Quality> I am wondering about following: does it seem reasonable to
Quality> add minimal telnet option negotiation to serial debugging
Quality> over tcp connection ?

Quality> Rationale: (1) this connection is usually going to terminal
Quality> server or telnet daemon (if monitor debugging is used), both
Quality> of them do expect telnet session, I suppose it may save on
Quality> terminal server configuration, (2) it will expand
Quality> possibilities, e.g. it will allow to send breaks over tcp,
Quality> (3) it is not a big deal to add it to the picture.

1) while a tcp connection may be to a port on a terminal server doing
   telnet, it could also be set up to do a raw tcp stream.  I'd think
   there would have to be a way for the user to select between tcp and
   telnet.  I don't believe you can even assume that port 23 is telnet
   and everything else is raw.

2) what backends could take advantage of a serial break?  the remote
   debug protocol usualy uses ^C instead of break (although I would
   prefer a "stop" packet).  What other telnet negotiated features
   could we use?

3) Perhaps, but it seems more complicated than any benifits it might
   offer.

        --jtc

-- 
J.T. Conklin
RedBack Networks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: telnet features to serial
  2000-11-30 12:05 ` J.T. Conklin
@ 2000-11-30 14:56   ` Quality Quorum
  0 siblings, 0 replies; 3+ messages in thread
From: Quality Quorum @ 2000-11-30 14:56 UTC (permalink / raw)
  To: J.T. Conklin; +Cc: gdb

On 30 Nov 2000, J.T. Conklin wrote:

> >>>>> "Quality" == Quality Quorum <qqi@world.std.com> writes:
> Quality> I am wondering about following: does it seem reasonable to
> Quality> add minimal telnet option negotiation to serial debugging
> Quality> over tcp connection ?
> 
> Quality> Rationale: (1) this connection is usually going to terminal
> Quality> server or telnet daemon (if monitor debugging is used), both
> Quality> of them do expect telnet session, I suppose it may save on
> Quality> terminal server configuration, (2) it will expand
> Quality> possibilities, e.g. it will allow to send breaks over tcp,
> Quality> (3) it is not a big deal to add it to the picture.
> 
> 1) while a tcp connection may be to a port on a terminal server doing
>    telnet, it could also be set up to do a raw tcp stream.  I'd think
>    there would have to be a way for the user to select between tcp and
>    telnet.  I don't believe you can even assume that port 23 is telnet
>    and everything else is raw.

????? Most terminal servers do run telnet ????

> 
> 2) what backends could take advantage of a serial break?  the remote
>    debug protocol usualy uses ^C instead of break (although I would
>    prefer a "stop" packet).  What other telnet negotiated features
>    could we use?

1. We can proper escape IACs and use X packets on connections going
   through terminal servers.

2. We can tell terminal server that we do not want line mode 
   spare on terminal server configuration, 

> 
> 3) Perhaps, but it seems more complicated than any benifits it might
>    offer.

I am not sure myself.


>         --jtc

Thanks,

Aleksey

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-11-30 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-17 18:02 telnet features to serial Quality Quorum
2000-11-30 12:05 ` J.T. Conklin
2000-11-30 14:56   ` Quality Quorum

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).