mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* gdb.texinfo (Reverse Execution): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2009-12-01 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.texinfo (Reverse Execution): Fix typo.
|
||||
|
||||
2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
PR gdb/8704
|
||||
|
@ -5356,7 +5356,7 @@ the first line of a function, @code{reverse-next} will take you back
|
||||
to the caller of that function, @emph{before} the function was called,
|
||||
just as the normal @code{next} command would take you from the last
|
||||
line of a function back to its return to its caller
|
||||
@footnote{Unles the code is too heavily optimized.}.
|
||||
@footnote{Unless the code is too heavily optimized.}.
|
||||
|
||||
@kindex reverse-nexti
|
||||
@kindex rni @r{(@code{reverse-nexti})}
|
||||
|
Reference in New Issue
Block a user