Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@red-bean.com>
To: gdb-patches@sourceware.org
Subject: RFA: GDB manual: document restrictions on 'r' actions
Date: Tue, 22 Nov 2005 08:42:00 -0000	[thread overview]
Message-ID: <8f2776cb0511212058h76e7b59bt80244098d0e19364@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

As per <http://sourceware.org/ml/gdb/2005-11/msg00419.html>.

gdb/doc/ChangeLog:
2005-11-21  Jim Blandy  <jimb@redhat.com>

	* gdb.texinfo (Tracepoint Packets): Document restrictions on
	placement of 'R' actions in tracepoint action packets; document
	dependence of 'X' and 'M' actions on a preceding 'R' action for
	their registers.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: jimb.gdb-doc-remote-protocol-tracepoints-r-vs-m-and-x.patch --]
[-- Type: text/x-patch; name="jimb.gdb-doc-remote-protocol-tracepoints-r-vs-m-and-x.patch", Size: 1431 bytes --]

gdb/doc/ChangeLog:
2005-11-21  Jim Blandy  <jimb@redhat.com>

	* gdb.texinfo (Tracepoint Packets): Document restrictions on
	placement of 'R' actions in tracepoint action packets; document
	dependence of 'X' and 'M' actions on a preceding 'R' action for
	their registers.

Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.296
diff -c -p -r1.296 gdb.texinfo
*** gdb/doc/gdb.texinfo	20 Nov 2005 06:12:59 -0000	1.296
--- gdb/doc/gdb.texinfo	22 Nov 2005 04:56:24 -0000
*************** packet).
*** 23165,23171 ****
  
  Any number of actions may be packed together in a single @samp{QTDP}
  packet, as long as the packet does not exceed the maximum packet
! length (400 bytes, for many stubs).
  
  Replies:
  @table @samp
--- 23165,23176 ----
  
  Any number of actions may be packed together in a single @samp{QTDP}
  packet, as long as the packet does not exceed the maximum packet
! length (400 bytes, for many stubs).  There may be only one @samp{R}
! action per tracepoint, and it must precede any @samp{M} or @samp{X}
! actions.  Any registers referred to by @samp{M} and @samp{X} actions
! must be collected by a preceding @samp{R} action.  (The
! ``while-stepping'' actions are treated as if they were attached to a
! separate tracepoint, as far as these restrictions are concerned.)
  
  Replies:
  @table @samp

             reply	other threads:[~2005-11-22  4:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22  8:42 Jim Blandy [this message]
2005-11-22 20:03 ` Eli Zaretskii
2005-11-23  9:38   ` Jim Blandy

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=8f2776cb0511212058h76e7b59bt80244098d0e19364@mail.gmail.com \
    --to=jimb@red-bean.com \
    --cc=gdb-patches@sourceware.org \
    /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