aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-01-07 09:28:44 +0000
committerEli Zaretskii <eliz@gnu.org>2002-01-07 09:28:44 +0000
commit2c0069bbef322e5066c0d275f3a6b35748cb7ea1 (patch)
treeab79a5b8a42f4bf802a37c831f7dab361c65fedd /gdb/doc/gdb.texinfo
parentdcf8a7ed8262cef937a699d109e396ca2dcefe19 (diff)
downloadgdb-2c0069bbef322e5066c0d275f3a6b35748cb7ea1.zip
gdb-2c0069bbef322e5066c0d275f3a6b35748cb7ea1.tar.gz
gdb-2c0069bbef322e5066c0d275f3a6b35748cb7ea1.tar.bz2
* gdb.texinfo (Tracepoints): Clarify that tracepoints need support
in the stub.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2f5d970..d0aade0 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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.