]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.texinfo (Tracepoints): Clarify that tracepoints need support
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Jan 2002 09:26:00 +0000 (09:26 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Jan 2002 09:26:00 +0000 (09:26 +0000)
in the stub.

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

index f06bbcc843d65949ea223cecaf1307573e2a7f1c..6d246619c195cd9294f1c65136e6ea94fd9683fc 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-02  Eli Zaretskii  <eliz@gnu.org>
 
        * gdb.texinfo (Free Software): Fix wording.
index c118a18fb1e19688980d7cbd6d2a1c9dc567ea7a..79eca0d97d75a4bedbce7cc28508bce5e51ab0d6 100644 (file)
@@ -5774,7 +5774,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.