]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/doc/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 12 Apr 2013 20:46:50 +0000 (20:46 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 12 Apr 2013 20:46:50 +0000 (20:46 +0000)
* gdb.texinfo (Auto-loading safe path): Add quick -iex using command
line below the sample output.

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

index dfa6dd4335dbb6e777d006b23a1ef1114110a374..a41992c34be0a727a67c391700af106e999ec233 100644 (file)
@@ -1,3 +1,9 @@
+2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
+       line below the sample output.
+
 2013-04-02  Pedro Alves  <palves@redhat.com>
 
        * gdb.texinfo (Debugging Output): Document "set/show debug
index 193d97ac2c0e3c66aaab4bb76bc309e48172ec5f..d4fec54e788efa278c5bf775dab5fdb17d8848f5 100644 (file)
@@ -21880,6 +21880,14 @@ warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
          to "$debugdir:$datadir/auto-load".
 @end smallexample
 
+@noindent
+To instruct @value{GDBN} to go ahead and use the init files anyway,
+invoke @value{GDBN} like this:
+
+@smallexample
+$ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
+@end smallexample
+
 The list of trusted directories is controlled by the following commands:
 
 @table @code