projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8fb97
)
* gdb.texinfo: Add nexti to list of commands that support
author
Doug Evans
<dje@google.com>
Fri, 23 Jan 2009 21:43:56 +0000
(21:43 +0000)
committer
Doug Evans
<dje@google.com>
Fri, 23 Jan 2009 21:43:56 +0000
(21:43 +0000)
background execution.
gdb/doc/ChangeLog
patch
|
blob
|
history
gdb/doc/gdb.texinfo
patch
|
blob
|
history
diff --git
a/gdb/doc/ChangeLog
b/gdb/doc/ChangeLog
index f768eb2ed8eac6aaf594bf88ec813e1fb98431b7..255ba7b3f9b9a560e7497210c797a41a8882a206 100644
(file)
--- 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 583d96c85d64a7937166255c2bc93d8f8b7e35dd..bb9161b34f57f5eb1c2b82c85e12bddffd7b3e3c 100644
(file)
--- 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}.