From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12596 invoked by alias); 26 Mar 2012 13:23:02 -0000 Received: (qmail 12583 invoked by uid 22791); 26 Mar 2012 13:23:00 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MISSING_HEADERS,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Mar 2012 13:22:45 +0000 Received: by ghrr18 with SMTP id r18so4431948ghr.0 for ; Mon, 26 Mar 2012 06:22:45 -0700 (PDT) Received: by 10.68.135.38 with SMTP id pp6mr52860962pbb.82.1332768164786; Mon, 26 Mar 2012 06:22:44 -0700 (PDT) Received: from [192.168.1.128] ([125.121.225.119]) by mx.google.com with ESMTPS id i6sm12540033pbe.18.2012.03.26.06.22.40 (version=SSLv3 cipher=OTHER); Mon, 26 Mar 2012 06:22:42 -0700 (PDT) Message-ID: <4F706DD0.8090907@gmail.com> Date: Mon, 26 Mar 2012 13:23:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 CC: Keith Seitz , gdb-patches@sourceware.org Subject: Re: [RFA 1/3] Linespec rewrite: Parsing References: <4F67A319.4090608@redhat.com> <4F6DC651.6060704@gmail.com> <4F6E0319.1080100@redhat.com> <4F6F0F5E.5070206@gmail.com> In-Reply-To: <4F6F0F5E.5070206@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00869.txt.bz2 We have some discussion in Code::blocks forum, and some devs there suggest only quote the file name. See: http://forums.codeblocks.org/index.php/topic,16116.msg108845/topicseen.html#msg108845 Currently, we use GDB's cli interface, so some regular expression to parse the gdb output string should be adjusted if the new line spec is merged into the official gdb trunk.