From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3017 invoked by alias); 24 Mar 2012 13:03:50 -0000 Received: (qmail 3006 invoked by uid 22791); 24 Mar 2012 13:03:48 -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,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Mar 2012 13:03:35 +0000 Received: by pbcup15 with SMTP id up15so3902630pbc.0 for ; Sat, 24 Mar 2012 06:03:35 -0700 (PDT) Received: by 10.68.204.131 with SMTP id ky3mr37449046pbc.69.1332594215280; Sat, 24 Mar 2012 06:03:35 -0700 (PDT) Received: from [192.168.1.128] ([60.186.225.212]) by mx.google.com with ESMTPS id z1sm8058393pbc.38.2012.03.24.06.03.31 (version=SSLv3 cipher=OTHER); Sat, 24 Mar 2012 06:03:34 -0700 (PDT) Message-ID: <4F6DC651.6060704@gmail.com> Date: Sat, 24 Mar 2012 13:03: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 To: Keith Seitz CC: gdb-patches@sourceware.org Subject: Re: [RFA 1/3] Linespec rewrite: Parsing References: <4F67A319.4090608@redhat.com> In-Reply-To: <4F67A319.4090608@redhat.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/msg00819.txt.bz2 On 2012-3-20 5:20, Keith Seitz wrote: > Hello, > > Let me again apologize for the size of this patch. Basically, this is > going to be the "interesting" bits for reviewers. This patch is really > huge. Bigger than linespec.c itself. Much of this is simply diff noise > caused by some "new" functions looking too much like "old" functions and > diff trying to be too clever. > I tried your patches under msys and mingw, and the result looks like break the existing mechanism, here is the log I try to set a bp in Codeblocks's source, but it failed : [debug]> break "E:/code/cb/cb_trunk/src/plugins/codecompletion/parser/token.cpp:64" [debug]unmatched quote This command works OK before: [debug]> break "E:/code/cb/cb_trunk/src/plugins/codecompletion/parser/token.cpp:64" [debug]No source file named E:/code/cb/cb_trunk/src/plugins/codecompletion/parser/token.cpp. [debug]Breakpoint 2 ("E:/code/cb/cb_trunk/src/plugins/codecompletion/parser/token.cpp:64) pending. Yuanhui Zhang Code::Blocks developer