aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-01-23 21:43:56 +0000
committerDoug Evans <dje@google.com>2009-01-23 21:43:56 +0000
commit7ce58dd2f49849e22926f42171a1a9e48a9d28b6 (patch)
tree0eeda019595826f461205801953727a6a5c0addc /gdb
parent1e8fb9762b0d2c468915815f73d2fadb44543be1 (diff)
downloadfsf-binutils-gdb-7ce58dd2f49849e22926f42171a1a9e48a9d28b6.zip
fsf-binutils-gdb-7ce58dd2f49849e22926f42171a1a9e48a9d28b6.tar.gz
fsf-binutils-gdb-7ce58dd2f49849e22926f42171a1a9e48a9d28b6.tar.bz2
* gdb.texinfo: Add nexti to list of commands that support
background execution.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f768eb2..255ba7b 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 583d96c..bb9161b 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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}.