From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93032 invoked by alias); 29 Aug 2015 12:57:25 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 92955 invoked by uid 48); 29 Aug 2015 12:57:24 -0000 From: "eliz at gnu dot org" To: gdb-prs@sourceware.org Subject: [Bug build/18898] New: Cannot specify non-default list of directories as argument of --with-auto-load-dir on Windows Date: Sat, 29 Aug 2015 12:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: 7.10 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eliz at gnu dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q3/txt/msg00234.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18898 Bug ID: 18898 Summary: Cannot specify non-default list of directories as argument of --with-auto-load-dir on Windows Product: gdb Version: 7.10 Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: eliz at gnu dot org Target Milestone: --- An attempt to specify on MS-Windows non-default values for the GDB configure-time options --with-auto-load-dir and --with-auto-load-safe-path fails because everything after the first semi-colon is removed. The semi-colon ';' is the directory separator character in PATH-style lists of directories on MS-Windows. However, using it in the argument to these two configure-time options, for example: --with-auto-load-safe-path='$debugdir;$datadir/../auto-load' causes this to be written to gdb/config.h: #define AUTO_LOAD_SAFE_PATH "$debugdir" where everything beyond the first semi-colon was removed, even though the whole argument was quoted with '..', as shown above. -- You are receiving this mail because: You are on the CC list for the bug.