gdb/doc/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 9 May 2012 18:15:58 +0000 (18:15 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 9 May 2012 18:15:58 +0000 (18:15 +0000)
* gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
Twice.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index f6de7f61cf2601d9198512adc382d6c11f9582f0..9327ff0715750ebba7959f589a01c2a0dec85053 100644 (file)
@@ -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'
index ad9edaca89d5c2a8e3b6039c1919d73cdba78fb4..22cd056a5e8bc595a5b1f57df74d6169a208319e 100644 (file)
@@ -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
This page took 0.0567 seconds and 4 git commands to generate.