diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-05-09 18:15:58 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-05-09 18:15:58 +0000 |
commit | 1ccacbcdec6af6825d24bcbb9ae87e97e32845ba (patch) | |
tree | 110626412f1a57c243bcd8a6dd90d5e94c597801 /gdb | |
parent | 9bfee719616bd581b074383466c29c893ac0499c (diff) | |
download | gdb-1ccacbcdec6af6825d24bcbb9ae87e97e32845ba.zip gdb-1ccacbcdec6af6825d24bcbb9ae87e97e32845ba.tar.gz gdb-1ccacbcdec6af6825d24bcbb9ae87e97e32845ba.tar.bz2 |
gdb/doc/
* gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
Twice.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f6de7f6..9327ff0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample. + Twice. + 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.texinfo (Auto-loading safe path): Make 'directories' diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ad9edac..22cd056 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21004,7 +21004,8 @@ or disabled. (gdb) show auto-load gdb-scripts: Auto-loading of canned sequences of commands scripts is on. libthread-db: Auto-loading of inferior specific libthread_db is on. -local-gdbinit: Auto-loading of .gdbinit script from current directory is on. +local-gdbinit: Auto-loading of .gdbinit script from current directory + is on. python-scripts: Auto-loading of Python scripts is on. safe-path: List of directories from which it is safe to auto-load files is /usr/local. @@ -21022,7 +21023,8 @@ gdb-scripts: Loaded Script Yes /home/user/gdb/gdb-gdb.gdb libthread-db: No auto-loaded libthread-db. -local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been loaded. +local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been + loaded. python-scripts: Loaded Script Yes /home/user/gdb/gdb-gdb.py |