From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45266 invoked by alias); 19 Sep 2015 22:33:09 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 45253 invoked by uid 89); 19 Sep 2015 22:33:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f48.google.com Received: from mail-pa0-f48.google.com (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 19 Sep 2015 22:33:07 +0000 Received: by padhk3 with SMTP id hk3so81284841pad.3 for ; Sat, 19 Sep 2015 15:33:04 -0700 (PDT) X-Received: by 10.66.232.102 with SMTP id tn6mr15306622pac.47.1442701984829; Sat, 19 Sep 2015 15:33:04 -0700 (PDT) Received: from [0.0.0.0] (li816-219.members.linode.com. [106.185.54.219]) by smtp.googlemail.com with ESMTPSA id fa14sm16277350pac.8.2015.09.19.15.33.02 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Sep 2015 15:33:03 -0700 (PDT) Message-ID: <55FDE51A.1060009@gmail.com> Date: Sat, 19 Sep 2015 22:33:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Eli Zaretskii , gdb@sourceware.org Subject: Re: Auto-load safe-path and auto-load scripts-directory on Windows References: <83io7y3249.fsf@gnu.org> In-Reply-To: <83io7y3249.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-09/txt/msg00015.txt.bz2 On 2015-8-29 16:55, Eli Zaretskii wrote: > I've noticed that the default values of these 2 path lists use ':' as > directory separator, even on MS-Windows. Isn't that a bug? (Does > anyone use these features on Windows? if so, how come no one noticed?) > When I start GDB on windows, I pass this argument: -iex "set auto-load safe-path /" This enable Auto-load safe-path to every directories. This is not quite safe, but it works. Yuanhui Zhang