Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* RFA: GDB manual: document restrictions on 'r' actions
@ 2005-11-22  8:42 Jim Blandy
  2005-11-22 20:03 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Blandy @ 2005-11-22  8:42 UTC (permalink / raw)
  To: gdb-patches

[-- 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

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

end of thread, other threads:[~2005-11-23  0:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-22  8:42 RFA: GDB manual: document restrictions on 'r' actions Jim Blandy
2005-11-22 20:03 ` Eli Zaretskii
2005-11-23  9:38   ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox