mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
gdb/doc/
* gdb.texinfo (Auto-loading safe path): Add trailing @dots{}. Three times.
This commit is contained in:
@ -3,6 +3,9 @@
|
|||||||
* gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
|
* gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
|
||||||
Three times.
|
Three times.
|
||||||
|
|
||||||
|
* gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
|
||||||
|
Three times.
|
||||||
|
|
||||||
2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
|
* gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
|
||||||
|
@ -21142,11 +21142,11 @@ Specify this trusted directory (or a file) as additional component of the list.
|
|||||||
You have to specify also any existing directories displayed by
|
You have to specify also any existing directories displayed by
|
||||||
by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
|
by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
|
||||||
|
|
||||||
@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb"}
|
@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
|
||||||
Specify this directory as in the previous case but just for a single
|
Specify this directory as in the previous case but just for a single
|
||||||
@value{GDBN} session.
|
@value{GDBN} session.
|
||||||
|
|
||||||
@item @kbd{gdb -iex "set auto-load safe-path"}
|
@item @kbd{gdb -iex "set auto-load safe-path" @dots{}}
|
||||||
Disable auto-loading safety for a single @value{GDBN} session.
|
Disable auto-loading safety for a single @value{GDBN} session.
|
||||||
This assumes all the files you debug during this @value{GDBN} session will come
|
This assumes all the files you debug during this @value{GDBN} session will come
|
||||||
from trusted sources.
|
from trusted sources.
|
||||||
@ -21161,7 +21161,7 @@ On the other hand you can also explicitly forbid automatic files loading which
|
|||||||
also suppresses any such warning messages:
|
also suppresses any such warning messages:
|
||||||
|
|
||||||
@table @asis
|
@table @asis
|
||||||
@item @kbd{gdb -iex "set auto-load no"}
|
@item @kbd{gdb -iex "set auto-load no" @dots{}}
|
||||||
You can use @value{GDBN} command-line option for a single @value{GDBN} session.
|
You can use @value{GDBN} command-line option for a single @value{GDBN} session.
|
||||||
|
|
||||||
@item @file{~/.gdbinit}: @samp{set auto-load no}
|
@item @file{~/.gdbinit}: @samp{set auto-load no}
|
||||||
|
Reference in New Issue
Block a user