From 174bb630b61c8969e7cc0aa07552212d8e8c6cd5 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 23 Apr 2012 17:26:01 +0000 Subject: [PATCH] gdb/doc/ * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}. Three times. --- gdb/doc/ChangeLog | 3 +++ gdb/doc/gdb.texinfo | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8a9255aa10..fdf68bc655 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -3,6 +3,9 @@ * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}]. Three times. + * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}. + Three times. + 2012-04-22 Jan Kratochvil * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 31e90ab0e8..a2a4eb3754 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 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 @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. This assumes all the files you debug during this @value{GDBN} session will come 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: @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. @item @file{~/.gdbinit}: @samp{set auto-load no} -- 2.34.1