From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22749 invoked by alias); 23 Apr 2012 17:33:56 -0000 Received: (qmail 22740 invoked by uid 22791); 23 Apr 2012 17:33:54 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Apr 2012 17:33:39 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3NHXWXW018328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Apr 2012 13:33:36 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3NHQpdx031841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 23 Apr 2012 13:26:55 -0400 Date: Mon, 23 Apr 2012 18:02:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org, dje@google.com Subject: [doc commit#2] auto-load: Remove trailing @dots [Re: [patch] auto-load safe-path reset back by set ""] Message-ID: <20120423172651.GA8548@host2.jankratochvil.net> References: <20120422165128.GA21820@host2.jankratochvil.net> <831unfh68v.fsf@gnu.org> <20120423172414.GA29528@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120423172414.GA29528@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00750.txt.bz2 On Mon, 23 Apr 2012 19:24:14 +0200, Jan Kratochvil wrote: > Going to fix it up. Sorry for double-commit, Jan http://sourceware.org/ml/gdb-cvs/2012-04/msg00184.html --- src/gdb/doc/ChangeLog 2012/04/23 17:20:56 1.1300 +++ src/gdb/doc/ChangeLog 2012/04/23 17:26:00 1.1301 @@ -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 --- src/gdb/doc/gdb.texinfo 2012/04/23 17:20:56 1.947 +++ src/gdb/doc/gdb.texinfo 2012/04/23 17:26:01 1.948 @@ -21142,11 +21142,11 @@ 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 @@ 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}