* gdb.texinfo: Add nexti to list of commands that support

background execution.
This commit is contained in:
Doug Evans 2009-01-23 21:43:56 +00:00
parent 1e8fb9762b
commit 7ce58dd2f4
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-01-23 Doug Evans <dje@google.com>
* gdb.texinfo: Add nexti to list of commands that support
background execution.
2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.texinfo (Define, Hooks): Document prefix command support.

View file

@ -4679,6 +4679,10 @@ are:
@kindex next&
@xref{Continuing and Stepping, next}.
@item nexti
@kindex nexti&
@xref{Continuing and Stepping, nexti}.
@item continue
@kindex continue&
@xref{Continuing and Stepping, continue}.