diff options
author | Doug Evans <dje@google.com> | 2016-02-01 15:39:23 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2016-02-01 15:39:23 -0800 |
commit | 8244c20d7cc1e3536525edb2bfee6690af928ccf (patch) | |
tree | 22ab9ac7125fbd8a642b122189d42f2fcb2a8fd5 /gdb/doc | |
parent | 9482b9fbb6414468228c618c165e397116a4a8f8 (diff) | |
download | gdb-8244c20d7cc1e3536525edb2bfee6690af928ccf.zip gdb-8244c20d7cc1e3536525edb2bfee6690af928ccf.tar.gz gdb-8244c20d7cc1e3536525edb2bfee6690af928ccf.tar.bz2 |
gdb.texinfo (Skipping Over Functions and Files): Fix typo.
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 176fcb1..58f1a33 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2016-02-01 Doug Evans <dje@google.com> + + * gdb.texinfo (Skipping Over Functions and Files): Fix typo. + 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com> * gdb.texinfo (Value Sizes): New section. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c1529a5..82a95f8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -5527,7 +5527,7 @@ default is @code{on}. @cindex skipping over functions and files The program you are debugging may contain some functions which are -uninteresting to debug. The @code{skip} comand lets you tell @value{GDBN} to +uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to skip a function or all functions in a file when stepping. For example, consider the following C function: |