From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20734 invoked by alias); 11 Aug 2006 05:27:08 -0000 Received: (qmail 20724 invoked by uid 22791); 11 Aug 2006 05:27:06 -0000 X-Spam-Check-By: sourceware.org Received: from brmea-mail-4.Sun.COM (HELO brmea-mail-4.sun.com) (192.18.98.36) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Aug 2006 05:26:59 +0000 Received: from fe-amer-02.sun.com ([192.18.108.176]) by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k7B5Qu73022778 for ; Thu, 10 Aug 2006 23:26:56 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J3T00I01GUQ6K00@mail-amer.sun.com> (original mail from Nikolay.Molchanov@Sun.COM) for gdb@sourceware.org; Thu, 10 Aug 2006 23:26:56 -0600 (MDT) Received: from [172.16.1.35] ([69.106.253.60]) by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0J3T00B00J4VOP14@mail-amer.sun.com>; Thu, 10 Aug 2006 23:26:56 -0600 (MDT) Date: Fri, 11 Aug 2006 05:27:00 -0000 From: Nikolay Molchanov Subject: Re: How to set a breakpoint in file, which name has spaces? In-reply-to: <20060810175119.GA26275@nevyn.them.org> To: Daniel Jacobowitz Cc: gdb@sourceware.org Reply-to: Nikolay.Molchanov@Sun.COM Message-id: <44DC151F.3030009@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <44D832EE.2040405@sun.com> <44D8E404.5050407@Sun.COM> <44D98D66.9060202@sun.com> <44DAD087.30004@sun.com> <20060810125827.GA18306@nevyn.them.org> <44DB6093.4030905@sun.com> <20060810175119.GA26275@nevyn.them.org> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00100.txt.bz2 Daniel, >>>You'd need >>>-break-insert "'C:/Documents and Settings/foo.c':17" >>> >>> > >Which would mean > -break-insert "\"C:/Documents and Settings/foo.c\":17" > > > Thank you very much! This format works! I hope we will never need to set a breakpoint in a file, which name has double quotes :-) Thanks, Nik