Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: Mark Salter <msalter@redhat.com>
Cc: eliz@is.elta.co.il, gdb-patches@sources.redhat.com
Subject: Re: set/show remotestopbits
Date: Wed, 26 Sep 2001 11:09:00 -0000	[thread overview]
Message-ID: <3BB219B8.2090403@cygnus.com> (raw)
In-Reply-To: <200109261720.f8QHKWK28267@deneb.localdomain>

> 
> I don't know what happened to Don, but I trust I don't want it to happen
> to me.

Everyone, including me, pulled Don in different directions leading him 
to implement the same patch N times :-(

> I put it in cli-cmds.c because that is where set/show remotebaud lives.

I was thinking more of where the command lived within the CLI and its 
semantics.  As to where to put the code well ...

Ok, cli/cli-cmds.c contains:

>   /* If target is open when baud changes, it doesn't take effect until the
>      next open (I think, not sure).  */
>   add_show_from_set (add_set_cmd ("remotebaud", no_class,
>                                   var_zinteger, (char *) &baud_rate,
>                                   "Set baud rate for remote serial I/O.\n\
> This value is used to set the speed of the serial port when debugging\n\
> using remote targets.", &setlist),
>                      &showlist);

so it only takes effect when the port is opened - lets call this a 
feature :-)  Things like monitor.c and remote.c then check/set the 
baud_rate after doing the serial open.

The convention has been for commands that affect the serial/parallel 
port to be called ``set/show remoteXXXX'' eg:

	set/show remotebaud
	set/show remotelogfile
	set/show remotelogbase

so 
set/show remotestopbits

certainly follows this convention.

We've also recently gained the convention for:

	set/show remote XXXX

to be used for things that relate to the remote targets (using the 
remote protocol).

My first thought is that, the ``serial'' (well serial / parallel / ...) 
commands should be under:

	set/show serial XXXXXX
and 
set debug serial

rather than ``set/show remote XXXX'' since they are not specific to the 
remote protocol.

Thoughts?  I'm pretty easy to convince otherwise.

If there is agreement on this, I can churn out the framework needed so 
that you, Mark, can just drop in ``set serial stopbits''.

Andrew


  reply	other threads:[~2001-09-26 11:09 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-26  5:27 Mark Salter
2001-09-26  7:35 ` Fernando Nasser
2001-09-26  7:42 ` Eli Zaretskii
2001-09-26  8:02   ` Mark Salter
2001-09-26 10:02     ` Andrew Cagney
2001-09-26 10:20       ` Mark Salter
2001-09-26 11:09         ` Andrew Cagney [this message]
2001-09-26 11:34           ` Mark Salter
2001-09-26 12:50           ` Fernando Nasser
2001-09-26 13:12             ` Andrew Cagney
2001-09-26 13:18               ` Fernando Nasser
2001-09-26 10:42       ` Michael Snyder
2001-09-26 11:01     ` Eli Zaretskii
2001-09-26 11:12       ` Andrew Cagney
2001-09-26 15:45         ` Stan Shebs
2001-09-26 11:23       ` Mark Salter
2001-09-26 11:17 ` Andrew Cagney
2001-09-26  5:35 Mark Salter

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=3BB219B8.2090403@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=eliz@is.elta.co.il \
    --cc=gdb-patches@sources.redhat.com \
    --cc=msalter@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