From: Andrew Cagney <ac131313@redhat.com>
To: Daniel Jacobowitz <drow@mvista.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [v2] Re: RFA/RFC: vCont for the remote protocol [doco]
Date: Wed, 01 Oct 2003 14:32:00 -0000 [thread overview]
Message-ID: <3F7AE57C.3080100@redhat.com> (raw)
In-Reply-To: <20030930211640.GA19869@nevyn.them.org>
Looks good. Can you send it as a formal proposal (as a protocol change)
to gdb@, then give it a week?
Andrew
> -@item @code{v} --- reserved
> +@item @code{v} --- verbose packet prefix
>
> -Reserved for future use.
> +Packets starting with @code{v} are identified by a multi-letter name,
> +up to the first @code{;} or @code{?} (or the end of the packet).
> +@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
> +@cindex @code{vCont} packet
> +
> +Resume the inferior. Different actions may be specified for each thread.
> +If an action is specified with no @var{tid}, then it is applied to any
> +threads that don't have a specific action specified; if no default action is
> +specified than other threads should remain stopped. Multiple default
> +actions are an error. Thread IDs are specified in hexadecimal.
> +Currently supported actions are:
Should it specify that no action is also an error?
> +@table @code
> +@item c
> +Continue
> +@item C@var{sig}
> +Continue with signal @var{sig}
> +@item s
> +Step
> +@item S@var{sig}
> +Step with signal @var{sig}
> +@end table
> +
> +The optional @var{addr} argument normally associated with these packets is
> +not supported in @code{vCont}.
> +
> +Reply:
> +@xref{Stop Reply Packets}, for the reply specifications.
> +
> +@item @code{vCont?} --- extended resume query
> +@cindex @code{vCont?} packet
> +
> +Query support for the @code{vCont} packet.
> +
> +Reply:
> +@table @samp
> +@item @code{vCont}[;@var{action}]...
> +The @code{vCont} packet is supported. Each @var{action} is a supported
> +command in the @code{vCont} packet.
Hmm, yes good catch remembering to include ";".
> +@item empty
The convention:
@item
is currently used for an empty packet.
> +The @code{vCont} packet is not supported.
> +@end table
next prev parent reply other threads:[~2003-10-01 14:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-29 15:29 Daniel Jacobowitz
2003-09-29 21:17 ` Andrew Cagney
2003-09-29 21:25 ` Daniel Jacobowitz
2003-09-30 14:37 ` Andrew Cagney
2003-09-30 14:51 ` Daniel Jacobowitz
2003-09-30 15:37 ` Andrew Cagney
2003-09-30 21:16 ` [v2] " Daniel Jacobowitz
2003-10-01 14:32 ` Andrew Cagney [this message]
2003-10-10 2:21 ` Andrew Cagney
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=3F7AE57C.3080100@redhat.com \
--to=ac131313@redhat.com \
--cc=drow@mvista.com \
--cc=gdb-patches@sources.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