From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13194 invoked by alias); 5 Jun 2008 15:08:32 -0000 Received: (qmail 13175 invoked by uid 22791); 5 Jun 2008 15:08:31 -0000 X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Jun 2008 15:08:10 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id m55F80k6009571; Thu, 5 Jun 2008 10:08:00 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Thu, 5 Jun 2008 10:08:00 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Disabling sysroot Date: Thu, 05 Jun 2008 15:08:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA0429117D@ecamlmw720.eamcs.ericsson.se> In-Reply-To: From: "Marc Khouzam" To: "Eli Zaretskii" , "Daniel Jacobowitz" Cc: X-IsSubscribed: yes 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 X-SW-Source: 2008-06/txt/msg00029.txt.bz2 =20 > > I use /dev/null, which will never be a directory. >=20 > Is this worth mentioning in the manual? It would have been helpful for me, so I vote for yes :-) It would be even nicer to have a way to 'turn off' sysroot for this case. Something like "unset sysroot". I'm not sure if "unset" is something that GDB supports. Marc