aboutsummaryrefslogtreecommitdiff
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
parentdcf8a7ed8262cef937a699d109e396ca2dcefe19 (diff)
downloadgdb-2c0069bbef322e5066c0d275f3a6b35748cb7ea1.zip
gdb-2c0069bbef322e5066c0d275f3a6b35748cb7ea1.tar.gz
gdb-2c0069bbef322e5066c0d275f3a6b35748cb7ea1.tar.bz2
* gdb.texinfo (Tracepoints): Clarify that tracepoints need support
in the stub.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo5
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index b64ed68..9d64c34 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
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.