* gdb.texinfo (Tracepoints): Clarify that tracepoints need support
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Jan 2002 09:28:44 +0000 (09:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Jan 2002 09:28:44 +0000 (09:28 +0000)
in the stub.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index b64ed68..9d64c34 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
+       in the stub.
+
 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbint.texinfo (Target Architecture Definition): Replace
index 2f5d970..d0aade0 100644 (file)
@@ -5800,7 +5800,10 @@ values without interacting with you, it can do so quickly and
 unobtrusively, hopefully not disturbing the program's behavior.
 
 The tracepoint facility is currently available only for remote
-targets.  @xref{Targets}.
+targets.  @xref{Targets}.  In addition, your remote target must know how
+to collect trace data.  This functionality is implemented in the remote
+stub; however, none of the stubs distributed with @value{GDBN} support
+tracepoints as of this writing.
 
 This chapter describes the tracepoint commands and features.