diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-04-18 07:03:58 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-04-18 07:03:58 +0000 |
commit | 0070f25af7c7e895d8b7b92bdb2766b7b6ffb4b2 (patch) | |
tree | f5ff51cd3e01dddab21d3f1b3ee50b16df3a151c /gdb/doc | |
parent | ac4ea3c2063caad772643be8747c782240ed8c5d (diff) | |
download | gdb-0070f25af7c7e895d8b7b92bdb2766b7b6ffb4b2.zip gdb-0070f25af7c7e895d8b7b92bdb2766b7b6ffb4b2.tar.gz gdb-0070f25af7c7e895d8b7b92bdb2766b7b6ffb4b2.tar.bz2 |
gdb/doc/
* gdb.texinfo (Auto-loading verbose mode): Fix smallexample 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 a5d66f0..80c5576 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo. + 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> New option "set debug auto-load". diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 14b4fda..574809d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21192,7 +21192,7 @@ For example the list of directories from which it is safe to auto-load files may not be too obvious while setting it up. @smallexample -(gdb) set debug auto-load ues +(gdb) set debug auto-load on (gdb) file ~/src/t/true auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb" for objfile "/tmp/true". |