forked from Imagelibrary/binutils-gdb
gdb/doc/
* gdb.texinfo (Auto-loading safe path): Add quick -iex using command line below the sample output.
This commit is contained in:
@@ -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-12 Eli Zaretskii <eliz@gnu.org>
|
2013-04-12 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* gdb.texinfo (Mode Options): Document '-configuration'.
|
* gdb.texinfo (Mode Options): Document '-configuration'.
|
||||||
|
|||||||
@@ -21838,6 +21838,14 @@ warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
|
|||||||
to "$debugdir:$datadir/auto-load".
|
to "$debugdir:$datadir/auto-load".
|
||||||
@end smallexample
|
@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:
|
The list of trusted directories is controlled by the following commands:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
|||||||
Reference in New Issue
Block a user