diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-06-20 22:13:17 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-06-20 22:13:17 +0000 |
commit | f3b288016cdc16c248d7fd8777537cff0b2f6001 (patch) | |
tree | be14a8cdcd4e738d276850ac6474603fe28db375 /gdb/doc | |
parent | 97ee9e5aa98ce33445a4951fb57af7925884b156 (diff) | |
download | gdb-f3b288016cdc16c248d7fd8777537cff0b2f6001.zip gdb-f3b288016cdc16c248d7fd8777537cff0b2f6001.tar.gz gdb-f3b288016cdc16c248d7fd8777537cff0b2f6001.tar.bz2 |
* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8d95eba..3a6ae4b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-06-20 J.T. Conklin <jtc@redback.com> + + * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number. + Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com> * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 914e0ab..1f4e95e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2324,7 +2324,7 @@ all breakpoint in that range are operated on. @cindex latest breakpoint Breakpoints are set with the @code{break} command (abbreviated @code{b}). The debugger convenience variable @samp{$bpnum} records the -number of the breakpoints you've set most recently; see @ref{Convenience +number of the breakpoint you've set most recently; see @ref{Convenience Vars,, Convenience variables}, for a discussion of what you can do with convenience variables. |