From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29325 invoked by alias); 12 Feb 2009 19:09:25 -0000 Received: (qmail 29312 invoked by uid 22791); 12 Feb 2009 19:09:24 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Feb 2009 19:09:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 42CF02A96E1; Thu, 12 Feb 2009 14:09:15 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jUFi3V-gpHMZ; Thu, 12 Feb 2009 14:09:15 -0500 (EST) Received: from [127.0.0.1] (nile.gnat.com [205.232.38.5]) by rock.gnat.com (Postfix) with ESMTP id 15C7E2A96B3; Thu, 12 Feb 2009 14:09:15 -0500 (EST) Message-ID: <499473D7.9020603@adacore.com> Date: Thu, 12 Feb 2009 19:09:00 -0000 From: Robert Dewar User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Francois Chouinard CC: gdb@sourceware.org Subject: Re: Problem setting a breakpoint at a location containing spaces (using MI) References: <578d90ee0902121102h75129e60xec5aae8a15820b08@mail.gmail.com> In-Reply-To: <578d90ee0902121102h75129e60xec5aae8a15820b08@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-02/txt/msg00104.txt.bz2 Francois Chouinard wrote: > Hi, > > I know this sounds supremely basic but, using MI, what would be the > syntax to insert a breakpoint when specifying a location containing > spaces? It always surprises me that people would cause themselves grief by putting spaces into source file names (or the directories where they live). This is asking for trouble with tools.