* gdb.texinfo (Tracepoints): Clarify that tracepoints need support

in the stub.
This commit is contained in:
Eli Zaretskii 2002-01-07 09:28:44 +00:00
parent dcf8a7ed82
commit 2c0069bbef
2 changed files with 9 additions and 1 deletions

View 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

View 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.