From: Eli Zaretskii Date: Mon, 7 Jan 2002 09:28:44 +0000 (+0000) Subject: * gdb.texinfo (Tracepoints): Clarify that tracepoints need support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c0069bbef322e5066c0d275f3a6b35748cb7ea1;p=binutils-gdb.git * gdb.texinfo (Tracepoints): Clarify that tracepoints need support in the stub. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b64ed68a687..9d64c34cd3f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-07 Eli Zaretskii + + * gdb.texinfo (Tracepoints): Clarify that tracepoints need support + in the stub. + 2002-01-04 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Replace diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2f5d970548b..d0aade07585 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.