diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f410d026b8..6410e9cc7b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6697,8 +6697,13 @@ assumes that the memory and registers that the target reports are in a consistant state, but @value{GDBN} accepts whatever it is given. }. -If you are debugging in a target environment that supports -reverse execution, @value{GDBN} provides the following commands. +Not every target environment supports reverse execution, and some +targets require that you first use the @code{record} or @code{record +btrace} command, so that instructions executed by the program are +saved for reverse execution later. @xref{Process Record and Replay}. + +@value{GDBN} provides the following commands to examine the process +record and execute the program in reverse. @table @code @kindex reverse-continue